Hello again Guyz,
I have a question about the application.exitscript action .. let's say i have 2 if conditions in the application.
something like
if i wrote this in the first conditionCode:if whatever==32 then -- do action -- end if whatever==888 then -- do action -- end
does this stop only the 1st condition and proceed to the next one or it does stop the whole script ?!Code:if whatever==32 then -- do action -- else Application.ExitScript(); end
if it does stop the whole script so .. how can i stop only the 1st one and proceed to the other ?!
Thanks,
Galal

