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

exiting include program at runtime

Former Member
0 Likes
490

is there a way to exit from an include program to the main program before the include program has finished processing at runtime

3 REPLIES 3
Read only

Former Member
0 Likes
464

Hi,

You can STOP the program completely based on some conditions at that point by using STOP.

I dont think it is is possible to stop the include and return to main program.

Reward if helpful.

Read only

Former Member
0 Likes
464

try command EXIT , it should work

reward points if helpful

Read only

seshatalpasai_madala
Product and Topic Expert
Product and Topic Expert
0 Likes
464

Hi,

TRY RETURN.

Regards,

Sesh