|
The value of a variable is an array of zero or more values. A
reference to a variable will normally print its 0th (first) value, if
any. Inside a LOOP or SQL statement, however, only the
current value is used. This simplifies iterating a list of
values, such as when creating checkboxes for a form (see
p. for details).
Variables can be assigned values in many ways, such as with an
assignment statement (p. ); as the result rows
of a SQL statement (p. ); or as the return value
of builtin/user functions (eg. $ret).
Copyright © Thunderstone Software Last updated: Wed Sep 10 11:16:28 EDT 2008
|