Cicode Programming Reference > Using Arrays > Declaring the Array Data Type

Declaring the Array Data Type

As with any other Cicode variable, arrays can have four Data Types:

INT

Integer (32 bits)

REAL

Floating point (32 bits)

STRING

Text string (255 bytes)

OBJECT

ActiveX object (32 bits)

QUALITY CitectSCADA Quality
TIMESTAMP Date and Time (64 bits)

See Also

Using Arrays

Using Cicode Files