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
