04-21-2011, 11:22 PM
I have an If...Then... ElseIf...Else statement. When my ElseIf statemebnt is executed, I do not want my script to end. To end the If...Them statement, can I use ExitAction? I have been reading on the blog that it does. But my ExitAction exits the script like the ExitTest call. Or is ExitAction only for certain calls like the Do loop?