[Gambas-user] Need help on format$ function

Bodard Fabien gambasfr at ...11...
Fri Nov 26 20:14:53 CET 2004


Hi to all


I'm working on a professionnal program for manage cognac stock...

But when i type :

PRINT Format(12355.20, "0 00.00")

i've :

12355 00.00


I need somme thing like that :

PRINT Format(12355.20, "0 \h\l 00 \L .00 \c\l")

it don't work (escape characters are not accepted) but it will be usefull and 
must to return :

123 hl 55 L. 20 cl


If i type 

PRINT Format(12355.20, "0 hl 00 L .00 cl")

it return :
12355 hl 00 L .00 cl



Say me if you have a soluce for that please !


Fabien Bodard





More information about the User mailing list