[Gambas-user] Print variables without spaces?
lawrence pires
piresl at ...626...
Sun Dec 23 21:02:05 CET 2007
Only found Gambas over the weekend and have been hooked.
But im stuck and m wondering if any of you will help me,
I have 2 variables and im trying to print both without a space in between?.
Heres my problem.
DIM your_movie AS String
your_movie = "/your_video.mpg"
PRINT Textbox2.Text, your_movie
the above outputs
/home /your_video.mpg
I need it to print
/home/your_video.mpg
On another note:
Im after some documentation on how to create new lines, carriage returns,
spaces in strings and also in Print
email me piresl at ...626...
Thanks for reading
More information about the User
mailing list