I've built a dictionary that contains an array for the item, that array contains a 2-dimentional array within it. How can I read the items from the 2-dimentional array?
here is code that loads dictionary, yArray is 2-Dimentional:
![]()
Please Login or Register to view this content.
This code attempt to view the dictionary items. It works to retrieve the 1st value of the item array, which is x, but errors on the next loop. I don't know how to loop through the yArray and print those values.
![]()
Please Login or Register to view this content.
Bookmarks