Eddie,
I don't know if this is what you need, but reading an input string is
easy with the following lines:
dim s as string
s = InputBox("Please enter something:","TitleText")
There are more parameters for the InputBox function. You can find the in
the E-Basic help.
br
Robert