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.
Parameter | Description |
---|---|
name | A variable containing the name of the function to call. |
parameter | Any number of parameters can be passed to the function specified by name. |