Description

Similar to the "call @" syntax for subroutines, the Function syntax allows a function to be called whose name is indeterminate at compile time.

Syntax

RetVal = Function (@Name (parameter, ...))

Parameters

The Function function has the following parameters.

ParameterDescription
nameA variable containing the name of the function to call.
parameterAny number of parameters can be passed to the function specified by name.

See also

Call

  • No labels