Colleagues,
I would like to ask whether it's possible to break the line inside the string as in the following code
Obviously the /// sign is invalid and will cause the code to break but ideally I would like to do something on those lines as I have to handle very long labels.
I would like to ask whether it's possible to break the line inside the string as in the following code
Code:
foreach var of make - foreign {
label variable `var' `"This is a very long label that takes some ///
info from the variable and introduces it `=substr("`var'", 2, 1)' "'
notes `var' : TS Imported from some data source
}
Comment