> 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