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!
Comment