Page 2 of 2

Re: Convertir numero a letras

Posted: Sun Apr 12, 2026 4:53 pm
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.

Re: Convertir numero a letras

Posted: Mon Apr 13, 2026 10:54 am
by tonton2
Merci beaucoup à vous tous. Thank's my friends