[Gambas-user] long line folding

Benoît Minisini gambas at ...1...
Thu Feb 12 00:10:59 CET 2009


> How to fold long lines of code in gambas editor ?
> (e.g. if i do not want to scroll horizontally)
>
> regs wally
>  

You can't, but you can write an expression on multiple lines, provided that a 
line ends with an operator.

For example, you can write:

MyString = "Gambas" &
  "Almost" &
  "Means" &
  "Basic"

Regards,

-- 
Benoît




More information about the User mailing list