- #1
naja
- 3
- 0
I am getting input from user and convert to int . if input is not valid(has invalid chars etc) i need to ask user
to re enter the number .
to re enter the number .
Code:
;get number
jc displayErroMsg ; If value is not valid then display msg and ask user to re enter the value.
;I don't know where I need to put that displayErroMsg: . Also if user will enter invalid input i need to ask re enter the value continiously. I mean not only once
;I don't know where to put that label that jc will jump.