Re: [Gambas-user] Text Boxes

2011-03-08 Thread Rolf-Werner Eilert
Am 08.03.2011 11:06, schrieb k p: > 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'

[Gambas-user] Text Boxes

2011-03-08 Thread k p
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 fo