[Gambas-user] String and textboxes

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 follows my

Re: [Gambas-user] String and textboxes

2011-03-08 Thread Simonart Dominique
Hi, With Gambas2 v2.21 it works exactly as you want! Tested with Label and TextBox regards Le 08/03/2011 20:11, k p a écrit : When doing the following: TextLabel1.Text = i TextBox1.TextiEQU 0 I expect a string in a text box, which I get. However the length of the spacing