Checking the accuracy of a string response

Robert Dörr uni at robertdoerr.de
Fri Mar 3 14:58:03 UTC 2006


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



More information about the Eprime mailing list