cancer10
04-24-2008, 08:40 AM
Hi
I am unable to get the following code to work, could u plz tell me wots wrong with it?
Purpose: I want to add the "on error resume next" error handling tag on my asp page if the value of x=5 but for some reason this isn't working
dim x
x=5
function myfunc(data)
if x=5 then on error resume next
end function
THanx
I am unable to get the following code to work, could u plz tell me wots wrong with it?
Purpose: I want to add the "on error resume next" error handling tag on my asp page if the value of x=5 but for some reason this isn't working
dim x
x=5
function myfunc(data)
if x=5 then on error resume next
end function
THanx