user input problem

Computer builds, hardware and software discussion or troubleshooting, including peripherals. Essentially a general place to talk about desktop computers.
Locked
typon
Posts: 12
Joined: Thu Nov 04, 2004 11:18 am

user input problem

Post 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
Athy
Posts: 16
Joined: Fri Jan 07, 2005 11:31 pm

user input problem

Post 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
Locked