Question
pushing on to an array
I'm just learning how to do an array and am apparently not
getting it completely.
I have data from an xml file that I'm loading into my .as file. I need to have each
piece of info pushed onto an array, but I keep getting the following error message:
TypeError: Error #1009: Cannot access a property or method of a null object reference.
at XMLLoader/resultsArray()
at XMLLoader()
at Document()
I have data from an xml file that I'm loading into my .as file. I need to have each
piece of info pushed onto an array, but I keep getting the following error message:
TypeError: Error #1009: Cannot access a property or method of a null object reference.
at XMLLoader/resultsArray()
at XMLLoader()
at Document()