Forum Discussion
tristaanogre
8 years agoEsteemed Contributor
Code languages in TestComplete are all script versions of the languages. So, while C# and C++ syntax are used, they are not full code languages. In fact, C# and C++ script are just a syntaxed version of JScript so I don't believe pointers are supported.
However, if it is a list of items, depending upon how TestComplete recognizes the list, there are ways of traversing the list. If you can give us information about the list you're working with, we might be able to help out.