I have this little code:

Code:
recdata = Split(newdata, Chr(10))
How can I count how many arrays there are in recdata?

-I don't want to use On error...