[Gambas-user] Multiline strings

neil lewis neil at ...233...
Thu Mar 17 21:34:22 CET 2005


ptitoine at ...402... wrote:

>Hello mailing user ;)
>
>I'am programming a small app in gambas and i do not know how to (if it's
>possible) have multiline string like in VB for exemple
>
>mystring = "is a veryyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy" + _
>"vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvery long string"
>
>I've some string of more than 200 chars :-p
>
>thanks
>Antoine
>
>
>-------------------------------------------------------
>SF email is sponsored by - The IT Product Guide
>Read honest & candid reviews on hundreds of IT Products from real users.
>Discover which products truly live up to the hype. Start reading now.
>http://ads.osdn.com/?ad_ide95&alloc_id396&op=click
>_______________________________________________
>Gambas-user mailing list
>Gambas-user at lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/gambas-user
>
>  
>

You can join string together with & instead of +
I don't know what the maximum string length is, but Gambas should be 
well able to handle a couple of hundred characters.

photobod




More information about the User mailing list