Skip to Content
0
Former Member
Oct 21, 2008 at 02:26 AM

script

41 Views

Hi sdn,

I have created script, in that script side i want print address as follows

IF &name& = 'x'. -


command line.

&name&. -


default peragraph.

endif. -


command line.

if &street& = 'x'.

&street&

endif.

but the values are not coming to the script side.

please tell me how can i write conditions at script side?

Thanks