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
Post a Comment