IvgOccasional Contributor11 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 DiscussionsUnable to Navigate to Code Line from Log MessagesMicrosoft Access Database Engine 2016 Redistributable is no longer supportedStoring JUnit XML while the testing is running
Related Contenttest for empty vargroovy - list parsing fails if it contains one elementPlacing NameMapping data into vars