[Gambas-user] Text Boxes

k p mx4eva at ...626...
Tue Mar 8 11:06:23 CET 2011


When doing the following:
TextLabel1.Text = "i" & TextBox1.Text & "   " & "  iEQU" & "   " & "0"

I expect a string in a text box, which I get.
However the length of the spacing stays the same no matter how many spaces I
put between the "   "

What I'm trying to achieve is that the output string follows my coding
standard.
Ie if I write Callbutton in TextBox1, then the output shows
"iCallbutton      iEQU      0"

What am I doing wrong ?

Kim



More information about the User mailing list