Quote:
Originally Posted by jmseight
Hi,
Thank you for your responses.
What I am looking is for the user to type an entire string and hit enter, and the string will be returned. waitforkey will return one key, correct?
Thanks,
James
|
Yes, but you could write a script that converts keycodes to letters and appends them to a string, then exits when it sees the enter key.