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
user input problem
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
Archived topic from Iceteks, old topic ID:3022, old post ID:24900