Hi,
I have a numeric var with content 14,000 How can I transform this value into 14.000,000?
Thanks in advance.
paquitohm wrote:Try so:
- Code: Select all Expand view
nVar:= 14000
cVar:= Transform(nVar, "@E 999,999.999")
Regards
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot], nageswaragunupudi and 57 guests