Page 1 of 1

user input problem

Posted: Sun Jan 16, 2005 12:28 pm
by typon
hi, i'm having a problem with errorproofing. K E.g. if there are 3 numbers that i want from the user. they enter the first number correct, but they make a mistake on the second number, i error trap it so it an errorwindow pops up.
but when i say

loop
exit when hasch
end loop
userinput(procedure)

it will start from asking the first number again. is there a way to continue the procedure from a specific point?

Archived topic from Iceteks, old topic ID:3022, old post ID:24859

user input problem

Posted: Mon Jan 17, 2005 10:17 pm
by Athy
I had the exact same problem before, I'm not sure about the rest of your code, but for mine I had to loop each user input seperatly so when it's done one loop it goes to the next. Hope that helps.

Archived topic from Iceteks, old topic ID:3022, old post ID:24900