Reply to Re: Help with complicated script
If you don't have an account, just leave the password field blank.
just make a new variable called &oldresult and just use &oldresult = &result. Then you just use &oldresult so that whatever menu might have popped up in the mean time is irrelevant. This is nice having to prevent some nasty bugs that are hard to replicate. I think the local variable &oldresult would also be unique to that script instance.