Cicode Programming Reference > Using Cicode Functions > Passing Data to Functions (Arguments)

Passing Data to Functions (Arguments)

The parentheses ( ) in the function name identify the statement as a function and enclose its arguments. Arguments are the values or variables that are passed into the function when it executes.

Note: Some functions (such as PageNext()) have no arguments. However you need to include the parentheses ( ) or CitectSCADA will not recognize that it is a function, and an error could result when the project is compiled.