Passing Data to Functions (Arguments)
- Last UpdatedJul 18, 2023
- 1 minute read
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 Plant SCADA will not recognize that it is a function, and an error could result when the project is compiled.