(at least I thing “Parsing” is the correct term!!!).
I have a piece of code that deals with a dynamic array. It is possible that the array could have no elements, therefore the subsequent for loop which will deal with the array will error instead of simply jumping out of the loop. Is there a command to parse an array or will I need to handle the error and use a goto statement to jump back to the end of the loop?