Applies To:
  • CitectSCADA 7.0
  • CitectHMI 7.0

Summary:
Method calls to get_ItemByName fail if provided text is a string array (see example below).

hPane = _ObjectCallMethod(hPanes, "get_ItemByName", my_text[6]); 

Solution:

This is a known restriction with CiCode.

Use a local variable and assign to the string array, rather than passing the string array as a parameter directly. 


Keywords:
 

Attachments