I have an asp application that uses vbscript. There is a dictionary object
that is included in this application.
I want to be able to see all the members that are part of a dictionary
object. Thus I have the following questions:
1. What do I need to do to be able to see the count of the number of
members included in the dictionary object?
2. What can I do to see what is included in each member of the dictionary
object? In other words, I would like to all the data contained in each
occurence of the dictionary object.