Applies To:
  • CitectSCADA 5.xx, 6.xx
  • CitectHMI 5.xx, 6.xx

Summary:
I get a "Syntax Error" during compilation when I try to access a SCADA Variable tag array in the following format:

SCADAArray[1]=


 

Solution:
In order to access SCADA arrays from CiVBA, you will need to use the following format:

SCADAArray.Index(1)=….
 

Keywords:
CiVBA CitectVBA array arrays  

Attachments