Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Convert int to hex string
Message
From
25/06/2007 13:23:37
 
 
To
25/06/2007 13:10:26
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8
Miscellaneous
Thread ID:
01235404
Message ID:
01235410
Views:
15
>Is there a short and easy way to convert an integer (in this case a Julian date) into a hex string?
>
>Looking for the inverse of the following evaluate statement:
>
>
>? evaluate("0x256e62")  && returns 2453090....need to turn that back into "256E62"
>
>
>I'm not seeing anything obvious, so diving in to write my own function now, using bintoc() as starting point....
>
>
>Thanks,

As a starting point
?transf(0x256e62, '@0')
Gregory
Previous
Reply
Map
View

Click here to load this message in the networking platform