[Gambas-user] Issue 403 in gambas: Format works differently between gambas2 and gambas3, a space is added

gambas at ...2524... gambas at ...2524...
Tue Feb 5 13:32:24 CET 2013


Comment #2 on issue 403 by uAle... at ...626...: Format works differently  
between gambas2 and gambas3, a space is added
http://code.google.com/p/gambas/issues/detail?id=403

Ok, i finally found the man page for it, but the example supplied there is  
wrong:
PRINT Format$(Pi / 10, "###.# %")
31.4 %

Should be:
PRINT Format$(Pi / 10, "###.# %")
  31.4 %







More information about the User mailing list