[Gambas-user] long lines of code ?

Caveat Gambas at ...1950...
Tue Aug 2 13:08:04 CEST 2011


The exact same question came up on this mailing list just 4 days ago,
weren't you paying attention? :-P

====================================================================
2011/7/29 Andrea Bertini <and.bertini at ...626...>:
> I use g3. is there the solution to write code of a single command on
> few lines?
>
> In vb i can write in this way:
>
> function (..........)
> code.......................... _
>         code

yes you can break a line after a symbol, a ", a comma

function toto(titi as string,
                   tata as integer,
                   toto as float) as integer

====================================================================
Regards,
Caveat

On Tue, 2011-08-02 at 12:51 +0200, wally wrote:
> How can i wrap long lines in code to several shorter so all is in view in 
> editor window ?
> I think in VB there was the possibility to use "_" at the end of line.
> 
> ------------------------------------------------------------------------------
> BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
> The must-attend event for mobile developers. Connect with experts. 
> Get tools for creating Super Apps. See the latest technologies.
> Sessions, hands-on labs, demos & much more. Register early & save!
> http://p.sf.net/sfu/rim-blackberry-1
> _______________________________________________
> 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