Convertir numero a letras

New members who wish to post and participate in HMG Forum, please introduce yourselves in this forum by starting a new thread.

Moderator: Rathinagiri

franco
Posts: 921
Joined: Sat Nov 02, 2013 5:42 am
DBs Used: DBF
Location: Canada

Re: Convertir numero a letras

Post by franco »

I may be real old school but I use memoread/writ
Like

Code: Select all

WFILE := 'c:\folder\file.MEM'
MVAR := Hb_Memoread(WFILE)
/// Create an edit box to modify
VALUE Wfile
ON CHANGE MVAR := Edit.Value
////// If you want to save
Hb_Memeowrit(WFILE,MVAR)
With this code I have even change values in an exe file, which I thought you could never do.
All The Best,
Franco
Canada
User avatar
tonton2
Posts: 484
Joined: Sat Jun 29, 2013 1:26 pm
Location: Algerie
Contact:

Re: Convertir numero a letras

Post by tonton2 »

Merci beaucoup à vous tous. Thank's my friends
L'Algerie vous salut
Y.TABET
WatsApp :+213770943143
Post Reply