If I have an XMLList object in Flex, what is the correct way to check if the list is empty? Should I just compare the results of myList.length()>? 0, myList.toString()! = “” Or try another method?
If I have an XMLList object in Flex, what is the correct way to check if the list is empty? Should I just compare the results of myList.length()>? 0, myList.toString()! = “” Or try another method?