I am writing in intersystems cache object script. I have a statement which has become very long. Is there any way to continue a statement in the next line?
Thanks.
I am writing in intersystems cache object script. I have a statement which has become very long. Is there any way to continue a statement in the next line?
Thanks.
Can you post a sample? If you have a long string you can concatenate it like this:
This is equal to:
Other types of statements can also be placed on several lines.