[Gambas-user] Line wrapping in the IDE editor

Stefano Palmeri rospolosco at ...152...
Fri Jan 4 10:31:31 CET 2008


Alle 08:32, venerdì 4 gennaio 2008, richard terry ha scritto:
> In most ide's you can wrap long lines in the editor, is this possible in
> gambas, if so, how (eg if you have a long string in inverted comma's that
> you want to assign to something)
>
> Thanks
>
> Richard
>

My English is terrible. You mean this:


DIM sString AS String
  
  sString = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" &
                  "bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb" &
                  "ccccccccccccccccccccccccccccccccccccccccc"

PRINT sString

Bye

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