Posted: Tue Sep 10, 2002 12:19 pm
Restored from previous forum. Originally posted by crono.
Hi folks,
i have a little problem...
I have a String like "$5400FFF6" and i want to get a long with the value of 1409351670.
If i make it manually like this:
it works fine, but how to do this if the Long is a String? If i use Val() it always returns me -1315779350
kind regards,
Alexander Schoenfeld
Email: [url]mailto:alexander.schoenfeld@chronologic.de[/url]
Hi folks,
i have a little problem...
I have a String like "$5400FFF6" and i want to get a long with the value of 1409351670.
If i make it manually like this:
Code: Select all
Value.l = $5400FFF6kind regards,
Alexander Schoenfeld
Email: [url]mailto:alexander.schoenfeld@chronologic.de[/url]