Closed IsDisDaPizza closed 4 years ago
I originally thought it might be a memory issue, since randomly removing a couple of items iterated 9 contacts, but after systematically removing items, I saw that wasn't the case
well I'm stupid, I figured it out on my own. Sorry for bothering
I'm trying to temporarily reformat the contacts in a vcard to edit some data and then format it back as a vcard, however, when I try to iterate through the 226 contacts in my vcard file, the iterator stops at the 7th contact.
I used two iterators and while functions because I wanted to make sure the iterator went through all the contacts when I didn't write it into my list, they do, so there's something in the second, really large while Loop, I just don't know what the problem is. I tried systematically deleting every option but it didn't work. Also, for context, a "Contact" object is just an object that contains all the features of a VCard object, I just wanted to put the VCard in a format more familiar to myself. If there's more information needed, I'm happy to oblige, I'll continue looking for solutions meanwhile