GETPARAM Function

Usage

Input Parameters


NOTE: The param_name parameter cannot be an array when either the Value or Positional keyword is specified.

Keywords


NOTE: The Keyword_Names keyword cannot be used when either the Value or Positional keyword is specified.

Discussion

Returning Single Values


NOTE: If the param_name parameter is not set by the client, then GETPARAM returns either zero (0) or the value specified with the Default keyword.

Returning Positional Parameters


NOTE: If the param_name parameter to GETPARAM was not set by the client, GETPARAM returns an empty string.

Returning Keyword Parameters


NOTE: If the param_name parameter to GETPARAM was not set by the client, GETPARAM returns an empty string.

Returning All Keyword Parameters


NOTE: Call GETPARAM with the All keyword after you have retrieved all of the positional and value parameters to ensure that you retrieve only the remaining keywords.

TIP: We suggest that you use a param_name array rather than All so that the client cannot accidently send invalid parameters to the JWAVE wrapper function.

Parameters Are Retrieved Once

Notes and Restrictions

Examples

See Also





Copyright © 1999, Visual Numerics, Inc. All rights reserved.