[Gambas-user] Code writing

Fabien Bodard gambas.fr at ...626...
Sat Jul 30 18:15:00 CEST 2011


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






>
> Andrea BERTINI
> Rome-Italy
> ------------------------------------------------------------------------------
> Got Input?   Slashdot Needs You.
> Take our quick survey online.  Come on, we don't ask for help often.
> Plus, you'll get a chance to win $100 to spend on ThinkGeek.
> http://p.sf.net/sfu/slashdot-survey
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>



-- 
Fabien Bodard




More information about the User mailing list