Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Anything for a Hex
Message
 
 
To
25/02/2000 17:00:03
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00337859
Message ID:
00337876
Views:
12
Andy,

VFP does a pretty good job:

lcHexString = "01234ABCD"
i = eval( "0x" + lcHexString )
? i
lcHex = transform( i, "@0" )
? lcHex


>does anyone know where get copy of hex to char and char to hex conversion program?
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Reply
Map
View

Click here to load this message in the networking platform