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


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to