Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Decimal to hexadecimal
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00402852
Message ID:
00402946
Views:
9
>Hey, I copied everyone because you all need to bathe in the light of my infinite wisdom ;-)
>
declare integer _itoa in MsvCrt integer iToConvert, string @ cResult, integer iRadix
>cBuffer = space(32)
>iResult = _itoa( 65536, @cBuffer, 2 )
>? chrtran( cBuffer, chr(0), "" )
>
>SET SMUG MODE ON
>
>Cheers,
>Houston.

Cool!
George

Ubi caritas et amor, deus ibi est
Previous
Reply
Map
View

Click here to load this message in the networking platform