Hi, Since the Dictionary subclasses the Object, I really don't see any other way than to do a for each or for in loop throught the Dictionary and count the length this way.
Peace, Mike On 12/20/06, beecee1977 <[EMAIL PROTECTED]> wrote:
Hopefully there's a pretty simple answer. I want to find the length of a Dictionary (i.e. the number of entries in it)... There doesn't seem to be any documentation for the Dictionary's properties that I can find.
-- Teoti Graphix http://www.teotigraphix.com Blog - Flex2Components http://www.flex2components.com You can find more by solving the problem then by 'asking the question'.

