AEL and long instruction

hello

I have a problem to write a long instruction in the extensions.ael file.

the instruction takes more than 2 lines. (sql query)

which caratere to use to continue an instruction on several lines?
or how to do this?

thank you for your attention

what do you mean under

can you post an example?

I would break it this way
qqq="… string1 …";
qqq="${qqq}… string2 …";
.
.
.

I don’t think there’s a point breaking sql query that way if it’s just it’s long. Moreover, there is no piont to do so at all? I will not become better executable this way :smile: just better viewable maybe…
I believe that as long as instruction is logical and cotains right syntax, doesn’t matter how long it is