Skip to Content
0
Former Member
Feb 23, 2009 at 02:01 PM

Sapscript Include adds new line

869 Views

I want to add text in the same line after INCLUDE in a Sapscript. Can this be done?

Currently I have

/: INCLUDE STANDARDTEXT OBJECT TEXT ID ST
* &VARIABLE&

But this puts the variable on the next line and I want it on the same line. I have tried the following and it does not work. Any ideas.

/: INCLUDE STANDARDTEXT OBJECT TEXT ID ST &VARIABLE&