Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Hexa to char conversion
Message
De
21/06/2004 14:15:13
 
 
À
21/06/2004 14:07:00
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00915744
Message ID:
00915749
Vues:
12
This message has been marked as the solution to the initial question of the thread.
>Hi Folks,
>
>Here is some pretty easy thread..
>
>Please, does any can publ. here a function to convert hexa charac. to ASCII..
>
>I'd like to input 0C, 0A, etc.. and the function return its own representative chract. in ASCII
>
>
>TIA
>
>Claudio

hi Claudio,

would this work ?
function hextoascii(hexvalue)
 return chr(val('0x' + hexvalue))
endfunc
Gregory
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform