Dear all,
I would like to do the following in a do-file:
So I would like to split the string over multiple lines using the line-join operator. However it does not seem to work. If I use /* and */ it does. Could someone maybe explain the correct method of splitting a long string over multiple lines?
Thanks!
I would like to do the following in a do-file:
Code:
label var x "1234567\\\
8901011"
Thanks!

. The error I got is: "unrecognized command: the", the second line starts with the but that doesn't matter.
Comment