--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sour
> 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 ou
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
I got a button on a form and when I click the button I need the program to
load a new frame/picture.
Also I would like to be able to move the new frame/pic around on the screen
to suit.
How do I go about the above ?
Cheers
kim
-