FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Number to a format string
Posts: 1392
Joined: Mon May 14, 2007 09:49 AM
Number to a format string
Posted: Mon Nov 27, 2023 01:07 PM
Hi,

I need to transform the number 7974563 into the string "7 974 563". Is it possible to do this through Picture templates ?
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: Number to a format string
Posted: Mon Nov 27, 2023 04:14 PM
Code (fw): Select all Collapse
? TRANSFORM( 7974563, "999 999 999" )
Regards



G. N. Rao.

Hyderabad, India
Posts: 1392
Joined: Mon May 14, 2007 09:49 AM
Re: Number to a format string
Posted: Mon Nov 27, 2023 04:44 PM
Thanks, I forgot ! :(

Continue the discussion