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$




------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to