62
String
Allows your user to enter a string of alphanumeric characters. Questions that are appropriate for a
string value include:
•
What is your name?
•
Enter the e-mail address:
•
Enter your job title:
The answer given by the user can be used in your script as a string value.
You can provide a default value for the string. A minimum length can be specified. When no minimum
is specified, an empty string is acceptable as an answer. A maximum value can also be defined. Your
users will not be allowed to enter more characters than the maximum length.
If the value must be an exact number of characters, set the minimum and maximum lengths to the
same value. For example, all account numbers are 7 characters.