Hi there-

Does anyone know how I can abandon further execution of an _included
file_ without necessarily terminating execution of the script itself?

I want to do something like this:

----- toplevel script ------
...(commands)...
$Response->Include("somefile.asp");
...(more commands)...


----- somefile.asp -----
...(do some stuff)...
if ($do_I_want_to_quit_now == true) {
    don't_execute_this_included_file_anymore();
    }

...(more commands)...


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to