Applies To:
  • CitectSCADA 6.0, 6.1, 7.0
  • CitectHMI 6.0, 6.1, 7.0

Summary:

When a global array variable is defined as "Dim" and referenced in more than one "Sub", an error "Sub or Function not defined" occurs. 


Solution:
When definining global arrays use the "Global" keyword instead of "Dim".  

Keywords:
 

Attachments