Getting user input using a nice window - not the console window
Is this possible. I just want to enter two digits using a nice window that asks a question.
posted by: tony 26-Jan-2012/0:26:36-8:00
Type ? "request" on Console, there are some request-* functions. Try this also: name: request-text "name?" If you want your own, examine the source of "request" functions: ?? request-text
posted by: Endo 26-Jan-2012/3:29:56-8:00
yes, that's works great!
posted by: tony 27-Jan-2012/20:25:58-8:00
|