[Gambas-user] Format padding with spaces?

Ron ron at ...1740...
Wed Sep 17 22:45:00 CEST 2008


Hi,

I was a bit suprised to find out that Format$ doesn't support space 
padding like it does with zero's

So:
PRINT Format$(72.06, "  .##")
PRINT Format$(2.05, "   .##")
Prints:
 72.06
   2.05

Any technical reason for this?

Regards,
Ron_2nd





More information about the User mailing list