yes, that magic word is PUT!ethanCodes wrote:I'm getting a runtime error when trying to empty the field Input. Any ideas?

Sounds funny, but you need to:
..
put empty into fld "Input"
...
And get used to QUOTE strings like names of objects!
Isn't it this way also in other languages?
And as others already stated, don't let your user get stuck in an endless repeat loop!
Exit the handler if something is not correct and let the user enter a new answer.
Best
Klaus