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

DspCol

DspCol is deprecated in this version of Citect SCADA.

Syntax

DspCol(nAN, Color)

nAN:

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

Published June 2018