Working with Dictionaries

J

J Streger

I just started exploring Dictionaries (Thank you Chip for your site! :D), and
I was making a dictionary of dictionaries of dictionaries.

I see that I can loop through the top level dictionary via
dicTop(loopcounter), but it seems that if I want to delve deeper without
creating a dictionary object for a sub dictionary, I have to call the lower
items by name and not by index. Is there a way to loop through them by index,
or will I have to pull the dictionary out separately to do this? Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top