using comand bellow the output are stated at the rightside of each command
Log(NumberFormat(12345.6789, 0, 2)) 'output "12,345.68" sample no 1
Log(NumberFormat(1, 3 ,0)) 'output "001" sample no 2
Is there any technique that the output must have no comma in thousands and no 00 display like in sample no 2
Log(NumberFormat(12345.6789, 0, 2)) 'output "12,345.68" sample no 1
Log(NumberFormat(1, 3 ,0)) 'output "001" sample no 2
Is there any technique that the output must have no comma in thousands and no 00 display like in sample no 2