Previous Topic: Built-In Function ValuesNext Topic: User-Defined Built-In Functions


Coding Parameters

Parameters are coded within parentheses and separated by commas.

Each parameter must be coded in a specific position relative to the other parameters. When an optional parameter is not included in a parameter list, it must be replaced by the @ character unless no further parameters follow the optional parameter.