2010 May 19 8:11 AM
Hello All,
I want to assign a value to a variable in the script.
I am using the following code. but its not wokring.
/: define &land1& := 'SG'.
Please help me solve the problem.
Thanks,
Anju
Hello All,
I want to assign a value to a variable in the script.
I am using the following code. but its not wokring.
/: define &land1& := 'SG'.
Please help me solve the problem.
Thanks,
Anju
2010 May 19 8:20 AM
2010 May 19 8:25 AM
Hi Anju,
Use the below code and write define in Caps:
/: DEFINE &land1& = 'SU'
Hope that helps!!!!
2010 May 19 8:37 AM
/: define &land1& := 'SG'. -
> dot not required
Also, have you checked the value of LAND1 in debugging mode of script. Is the problem with the DEFINE statement or printing the the variable...
2010 May 19 1:34 PM
| User | Count |
|---|---|
| 6 | |
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |