photools.com Community
BOARD ARCHIVE => IMatch 5 Scripting and Apps => Topic started by: unterwasserfoto_at on April 18, 2015, 09:07:53 AM
-
Is there a way to look for the next Categorie?
For Each c In cats
strCat_long = c.QualifiedName
strCat_next = c(+1).QualifiedName
next c
-
Categories is a collection. Please see the help on how to use it with a numerical index.