Can't have one in a try catch. What you can do is test for something withing
the try catch and set it for true or false and then after try check that
value as follows
redirectvar = false
try
set redirectvar to true or false depending on conditions
catch
set redirectvar to true or false depending on conditions
end
if redirectvar = true then redirect
Can't have one in a try catch. What you can do is test for something
withing
the try catch and set it for true or false and then after try check that
value as follows
redirectvar = false
try
set redirectvar to true or false depending on conditions
catch
set redirectvar to true or false depending on conditions
end
if redirectvar = true then redirect