Cicode Programming Reference > Using Variables > Declaring Variable Properties

Declaring Variable Properties

You need to declare each variable used in your functions (except for variables that are configured as variable tags). In the declaration statement, you specify the name and data type of the variable. You can also set a default value for the variable.