Cicode Programming Reference > Using Cicode Functions > Calling Functions from Commands and Expressions

Calling Functions from Commands and Expressions

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