Function - PARAM
SYNTAX |
Param( ARRAY name, ARRAY default, ARRAY , ARRAY , ARRAY , ARRAY ) |
RETURNS |
NUMERIC ARRAY |
DESCRIPTION |
This function will create a user-definable parameter, this parameter will be accessible via the Setting Form. |
ADDITIONAL INFO |
|
EXAMPLE |
Param("Param", 14, 14, 1, 100, 1) |
| |