line continuation in intersystems cache objectscript -


i writing in intersystems cache object script. have statement has become long. there way continue statement in next line?

thanks.

can post sample? if have long string can concatenate this:

set sql = "select * "_           "from sample.person "_           "where name [ 'a'" 

this equal to:

set sql = "select * sample.person name [ 'a'" 

other types of statements can placed on several lines.


Comments

Popular posts from this blog

AbotX : How do you create a parallel crawler that stays on and can be added to at run time from new requests -

testing - Detect whether test has failed within fixture -

android - Create single AAR file from multiple modules using Gradle -