Art:
What you're trying to do should work. I think you've got a scoping issue with your status variable. If you define it inside the function, then it won't be available outside the function.
M.
What you're trying to do should work. I think you've got a scoping issue with your status variable. If you define it inside the function, then it won't be available outside the function.
M.