New line in expression editor?

11clock11clock Member Posts: 450
edited November -1 in Working with GS (Mac)
I'm trying to display text to look like this:

"Stock:
[game.steel_stock]"

However, I'm not sure how to do this. I have to use the expression editor in order to show the variable, and the expression editor ignores the new lines. I've tried this:

"Stock:"..
game.steel_stock
The expression editor ignored the new line and placed everything on one line.

Then I tried this:

"Stock:
"..game.steel_stock
I got "Invalid Expression."

So how do I display the text the way I want to?

Comments

Sign In or Register to comment.