cancel
Showing results for 
Search instead for 
Did you mean: 

Streets

Former Member
0 Kudos

Hi Every one ,

While am printing Address in Scripts I have to give the 3 values for STREET, STR_SUPPL1(Street1), STR_SUPPL2(street2) fields in the Address window..

and that to i want in a Single Row of these Street Values..Every thing i have checked up values r coming in scripts in Debuuging mode..only i want the Format of ADDRESS-END-ADDRESS for streets to b printed in Sigle Row..pls Help me...

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Suman,

Try this.

/ ADDRESS

/ &NAME1&

/ &STREET1& &STREET2&

/ &POSTZ&

/ ENDADDRESS

Hope this helps you.

Regards,

Kumar.

Former Member
0 Kudos

Hi Suman,

Concatenate the ADDRESS into one variable and then use that variable.

Regards

Avi..