Part of a script I'm doing right now checks each element (mp3) in the array to see if it has a tag. If it has a tag, then it goes on to do some other actions and so on.
I was wondering if there's any way to simply make it skip that element, if it doesn't have the tag, and go on to the next one in the array. (So that the loop still continues.)
Sorry if this is confusing. Hope someone can help, thanks.