[Gambas-user] Format Text
Stefan Miefert
smiefert at ...784...
Thu Apr 23 18:36:13 CEST 2009
HEllo,
is the same:) I cant see any differences.
Isnt their any formatting function in gambas like other languages habe?
my problem is that I want to mail it via a textmail
123.22
1.22
34.11
Must be this x= space
123.22
xx1.22
x34.11
Just do it the other way round. If txt$ contains the text:
space(30 - len(txt$)) & txt$
or better (if umlauts are contained)
space(30 - string.len(txt$)) & txt$
More information about the User
mailing list