I am currently working on a Form in Sapscript and my problem is arising from a simple Line Space that I need to insert, but the form has
/:ADDRESS DELIVERY PARAGRAPH AS TYPE &TYPE&
ADDRESS DELIVERY PARAGRAPH AS
TITLE &TITLE&
NAME &NAME1&
PERSON &PERSON&
TITLE &PERSTITLE&
STREET &PPVAR-TSTRS&
CITY &PPVAR-T_ORT&
POSTCODE &PPVAR-T_PLZ&
COUNTRY &PPVAR-TLAND&
/:ENDADDRESS
and &TYPE& is defined as '3' in the logic above it. I simply need a space between Name and Person. If I comment the logic out it disappears, but if I insert lines it moves the title and name as a whole instead of putting a space in between. Does anyone have a solution?