Hi,

Just like in Clipper, without space not interpreted the picture and changing 
the decimal separator :) .-

  ? '1 [' + transform(10000000.55,'@E###,###,###.###') + ']'
  ? '2 [' + transform(10000000.55,'') + ']'
  ? '3 [' + transform(10000000.55,'@E ###,###,###.###') + ']'

Output .-

1 [  10000000,55]
2 [  10000000.55]
3 [ 10.000.000,550]

--
Xavi

Itamar Lins escribió:
Hi!

? transform(10.55,'@E 99.99') // with space between '@E' and '99.99'
        10,55 //many space in front
? transform(10.55,'@E99.99')
10,55
this correct this behavior?

Regards,
Itamar M. Lins Jr.


_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour





_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to