2007 Jun 26 8:35 AM
hallow
i wont to exit from perfrom(if somthing happen) and contnuie with program how can i do that?
Regards
2007 Jun 26 8:40 AM
hallow
i wont to exit from perfrom(if somthing happen) and contnuie with program how can i do that?
Regards
2007 Jun 26 8:40 AM
2007 Jun 26 8:41 AM
Hi,
try this:
perform TEST.
*
form test.
....
if anything.
exit.
endif.
...
endform.
Regards, Dieter
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |