IvgOccasional Contributor10 years agoUse 'var' that contains array of elements in C# Code Hi, I'm trying something like this: var a = someProcess["FindAll"]("text", "Simulate", 200, false); var b = a["0"]; In debug mode I can see that 'a' contains 2 COM objects, but on the se...Show More
Colin_McCraeCommunity Hero10 years agoDon't think the array index (0) should be in quotes? Try: var b = a[0]; ... instead.
Recent DiscussionsFind and Use a Sibling Object Starting from an AliasChild ObjectName Mapping not Working in Latest VersionThere was an attempt to perform an action on a zero-sized window
Related Contenttest for empty vargroovy - list parsing fails if it contains one elementPlacing NameMapping data into vars