Counting: Counting Items in Drop Down List

Hi guys,

Would you guys be able to help me find a way to count the number of items in a drop down list, and then store that into a variable? Thanks!

Mac or Windows (or Linux)?

You would have to find something visual that clues you into the fact that you are at the bottom of the list something like

repeat until imagefound("bottomOfList")
     typetext downArrow
     add 1 to countVar
end repeat

Oh, that just may work! Thanks! I really appreciate it!