continuation character

Hello SERVOY users.

Is there someone that can tell me which character I can use to tell editor that
expression will continue on the following line.

For readibility it’s often more easy to continue expression on next line.

I would like to replace

If (condition1 && condition 2) by

if (condition1) "continuation character"
   && ( condition2)

but I don’t know which character I must use to continue the expression on next line.

Thanks for your help.

DomTom.

Did you try:

if ((condition1) "continuation character"
   && ( condition2))

So after the if the entire condition between ()

Ok like this.

Thank you.

:)

DomTom

sanneke:
Did you try:

if ((condition1) "continuation character"

&& ( condition2))





So after the if the entire condition between ()

Sanneke? Servoy?
Is this a new member of the Dev-team? :)
Could it be the wife of Jan Aleman? or the daugther maybe!
Please introduce yourself! :lol:

Sanneke? Servoy?
Is this a new member of the Dev-team?
Could it be the wife of Jan Aleman? or the daugther maybe!
Please introduce yourself!

I am Servoy Implementation Specialist and assist new Servoy Alliance Network members in getting up to speed with Servoy in a short time. And no, I am not Jan’s wife or daugther.