You can call a function by entering its name in any command or expression property. The syntax is as follows:
Command |
FunctionName ( Arg1, Arg2, ... ); |
where:
FunctionName is the name of the function
Arg1, Arg2, ... are the arguments you pass to the function