Applies To: |
|
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 |
Related Links
Attachments