Forum Discussion

fujunxu's avatar
fujunxu
Contributor
9 years ago

There is one method(open application) return an object which is string how can I get the string ?

I am testing an open application.  one of the method called GetStringValue_1.  It return a object which is a string.  How can I get the string value in my script.  Thanks!
  • HKosova's avatar
    HKosova
    9 years ago

    CStrings should have the m_pszData field that contains the actual string. You may need to switch to the advanced view to see it.