08-21-2015 11:38 AM
Greetings,
I currently have a string that represents a 64 bit number. Any way to convert that to the actual numeric value?
Val () only does 32 bit.
Thanks for any path you can set me down.
Chazzzmd
08-24-2015 08:32 AM
Int64() or UInt64().
Hope this helps,
-Doug