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'
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