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
------------------------------------------------------------------------------
What You Don't Know About Data Connectivity CAN Hurt You
This paper provides an overview of data connectivity, details
its effect on application quality, and explores various alternative
solutions. http://p.sf.net/sfu/progress-d2d
_______________________________________________
Gambas-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to