Jump to content

Recommended Posts

Posted

$colItems is a collection object, or a container. All it does is groups a bunch of similar objects together.

Something like this is more likely to work:

For $objItem In $colItems

MsgBox(0,"",$objItem.caption)

Next

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...