Page 1 of 1

Labels - Next Line

Posted: 19 Aug 2016 04:55
by slice723
Is there a way to line break or go to the next line on a label while using a script?

For instance:
setattribute(Pad1,'labels',{'A','B'+\n+'minor','C'})

Where \n in C programming usually means next line. Is there something similar in Lemur?

Thanks in advance.