-
Notifications
You must be signed in to change notification settings - Fork 0
How to wait for user to write string
cl4cnam edited this page Dec 5, 2023
·
4 revisions
Just code:
myVariable := awaitHumanText()This displays a new empty box which the user can type in.
As soon as the user has type "enter" key, awaitHumanText returns what the user has typed.
code:
myVariable := awaitNewHumanTextIn(enclosingElement)FuncSug Documentation