|
View previous topic :: View next topic
|
| Author |
Message |
nirmal.poikaikumaran
New User

Joined: 29 Nov 2005 Posts: 66 Location: Bangalore
|
|
|
|
Hi
I have a command like this
IF SELECT(5) > SPACES
DO.
MOVE 'ABCDEFG' TO AGR-CURRENT-RESPONSE.
EXEC.
END.
what will this do ? |
|
| Back to top |
|
 |
vijayakumar.yellala
New User

Joined: 19 Apr 2006 Posts: 63 Location: Chennai
|
|
|
|
| It will execute the AGR-CURRENT-RESPONSE. |
|
| Back to top |
|
 |
hiiamanncy
New User

Joined: 18 Sep 2007 Posts: 9 Location: US
|
|
|
|
| It will execute 'ABCDEFG' |
|
| Back to top |
|
 |
|
|