On 10/06/2011, at 09:21, tobias <tobiasb...@web.de> wrote:

> hello,
> i have a question about long lines. i know one can split long
> IF-statements at logical operations like
> IF TRUE = TRUE AND
> FALSE = FALSE THEN
> but is there a way to do that splitting in normal code? i think of
> something like
> i = \
> 2
>
> which should end up as
> i = 2
> for the interpreter. is there something like this?
>
> regards,
> tobi
>
> ------------------------------------------------------------------------------
> EditLive Enterprise is the world's most technically advanced content
> authoring tool. Experience the power of Track Changes, Inline Image
> Editing and ensure content is compliant with Accessibility Checking.
> http://p.sf.net/sfu/ephox-dev2dev
> _______________________________________________
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user


You can do like this:

Foo=bar&
Var1&
&foo

Which results in: "barVar1foo"

------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to