[Gambas-user] Print variables without spaces?

Stefano Palmeri rospolosco at ...152...
Sun Dec 23 21:55:27 CET 2007


Alle 21:02, domenica 23 dicembre 2007, lawrence pires ha scritto:
> 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

PRINT Textbox2.Text; your_movie

or

PRINT Textbox2.Text & your_movie

Gambas has an online help. In Gambas2 is under ?-->Help browser.
I don't remember Gambas1

Ciao.

>
> 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
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user




More information about the User mailing list