The Difference between Functions and Parameters

IBM® Controller processes both functions and parameters.
Table 1. Definitions of functions and parameters
Term Definition

Functions

Used to perform various types of calculations or to load specific texts or values. Functions begin with the code =cc.f, for example, =cc.fGetVal(input). Parameters are used as input data.

Parameters

Used as input data for functions. For example, if you want to be able to load an account name you must enter for which account code the name should be loaded. The account code (1210) is a parameter of the function that loads the account name (fAccName). The formula will thus be =cc.fAccName("1210").