Previous Topic: Function Options

Next Topic: Device Designs

Parameters

Parameters specify which field values will be passed into the function at execution and which fields will be returned from the function on completion. In addition, parameters are used to define local variables for the function.

For more information on parameters, see the chapter Modifying Function Parameters.