input

input <character variable>,"explanation text","default string", <character limit>,<2-byte flag>

Presents a text input box, much like inputstr. Unlike inputstr, though, input must have a default character string.
Depending on whether the 2-byte flag is 0 or 1, you can force your user to input 2-byte characters or not.