Cicode Programming Reference > Cicode Function Categories > Display Functions Introduction > DspCol

DspCol

DspCol is deprecated in this version of CitectSCADA.

Syntax

DspCol(AN, Color)

AN:

The animation-point number.

Color:

The color to display at the AN.

Return Value

0 (zero) if successful, otherwise an error is returned.

Related Functions

DspDel

Example

DspCol(25,RED);
/* Displays the color red at AN25. */

See Also

Display Functions