Line break for macros


Renerabbitt
 Share

Recommended Posts

I've done several searches and can't remember this basic set of characters to create a line break. (also forgot all of the correct terminology for even making this request)Help please!
I thought it was "\n"
Next q is can I add a macro in label :
%(rough_opening_side*2)+width% x % rough_opening_bottom+rough_opening_top+height% RO %automatic_label%
such that there is a line break between the RO and the auto label without needing a custom macro?

 

Link to comment
Share on other sites

  • Renerabbitt changed the title to Line break for macros

Many possible solutions, but these are the 2 that seem most fitting...

 

Option 1:  Place an actual carriage return in the label itself...

%(rough_opening_side*2)+width% x % rough_opening_bottom+rough_opening_top+height% RO

%automatic_label%

 

Option 2:  Insert the new line using Ruby code in a text macro...

%(rough_opening_side*2)+width% x % rough_opening_bottom+rough_opening_top+height% RO%"\n"%%automatic_label%

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share