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