Imbedding tab, carriage return, line feed character strings

Discuss Lemur and share techniques.
joebataz
Regular
Posts:154
Joined:28 Feb 2012 16:50
Location:Anthem, AZ USA
Contact:
Imbedding tab, carriage return, line feed character strings

Post by joebataz » 11 Jun 2016 20:05

Hey all,

I change the switch/pad labels depending on certain factors. I use 2 variables to construct the string but can't control where the string will split to 2 line labels. curBank, curPreset are the variables so I'd like to do something like this:

decl a,this;
this = getobject();
a = curBank + <CR or TAB would go here> + curPreset;
setattribute(this,'label',a);

Is this possible?

Thanks!!

Joe B

Post Reply