input Command
input [type] name [= exp], ...
The input command declares a variable receiving an HTML Form Input
value. It is similiar to var Command
except,
- The input command assigns the value of an HTML Form Input
value with the same name to the variable.
- The initialization expression is only used when a matching HTML
Form Input name is not found; the initialization expression
provides a default.
- If type is omitted, string is used as the type.
- Array declarations are not allowed, but when multiple instances
of the same name occur in the Form Input (like with a multiple choice
list box) the values are stored in an array in the input variable.
- If a non-string type is declared, the Jive intrinsic value -
error, is set to true on conversion errors.
Note: Matches with HTML Form Input names are case sensitive.
Copyright © 1996 FFE Software All Rights Reserved WorldWide