Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Conversion to hex?
Message
 
 
To
11/07/2001 14:05:50
General information
Forum:
Visual FoxPro
Category:
Visual ProMatrix
Miscellaneous
Thread ID:
00529304
Message ID:
00529311
Views:
12
>Is there a way in VFP to convert a string to a hex value?
>like if I get the string "<]" to convert it to "0xC35D"?

Do you have some algorithm that converts that string to a numeric value? If so, you can use Transform(lnValue, '@0x') to convert to Hex. Then use Eval(lcHexValue) to convert back to Base10.
Mark McCasland
Midlothian, TX USA
Previous
Reply
Map
View

Click here to load this message in the networking platform