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 DiscussionsTrial licenseTestcomplete issue with Java17 ( Javax Swing applications)Can not open "Mapped Objects" and "Aliases" window at the same time
Related Contenttest for empty vargroovy - list parsing fails if it contains one elementPlacing NameMapping data into vars