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