Parameters > Citect.ini File Parameters > Code Parameters > [Code]IgnoreCase

[Code]IgnoreCase

Controls whether CitectSCADA is case insensitive to string data in Cicode. Case sensitivity is used when a string comparison operation is performed. For example:

IF sStr1 = sStr2 THEN

		

Cicode is a case insensitive language and ignores the case of all variables, functions and reserved words. You can also make CitectSCADA case sensitive to strings within the just current thread, using the CodeSetMode() function.

Note: This parameter is global.

Allowable Values: 0 or 1

Default Value: 1 (Insensitive)

See Also