SOLVED - How do I stop code from executing?
Posted: Mon Jul 25, 2011 3:17 pm
I have two password fields. I want to be able to compare them and if they do not match, I want to stop executing code so they can re-enter the passwords again.
Here is the code chunk:
========================
if UserPass1 <> UserPass2 then
answer "Passwords do not match - try again"
Go to top
else
end if
========================
What do I have to do to make it stop? I thought it was Go to top, but that does not work.
Thanks in advance.
Mike
Here is the code chunk:
========================
if UserPass1 <> UserPass2 then
answer "Passwords do not match - try again"
Go to top
else
end if
========================
What do I have to do to make it stop? I thought it was Go to top, but that does not work.
Thanks in advance.
Mike