Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

scripts

Former Member
0 Likes
315

Hi,

How to define the variables.

In help for scripts(summing) it is given like to define the var b4 printing the text ele.

Regards,

Siri

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
298

Hi Siri,

Use the DEFINE statement to define the variable in the script.

DEFINE &VAR1&.

DEFINE &VAR2&.

....

....

Regards,

Satya

1 REPLY 1
Read only

Former Member
0 Likes
299

Hi Siri,

Use the DEFINE statement to define the variable in the script.

DEFINE &VAR1&.

DEFINE &VAR2&.

....

....

Regards,

Satya