Hitachi

JP1 Version 11 JP1/IT Desktop Management 2 Distribution Function Administration Guide


17.5.1 Example of variables

integer LoopCount;
string CountryName;
bool answer;
float r_nTimeOut;
integer ABC;
integer abc;     //Disabled as the variable is redefined.

In the above example, integer means that the listed variable is the integer type. In other words, LoopCount is an integer, while CountryName is a character string.