[flexcoders] Length of Dictionary...

2006-12-20 Thread beecee1977
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.

Re: [flexcoders] Length of Dictionary...

2006-12-20 Thread Michael Schmalle
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