Saturday, August 13, 2011

How to split data into an array?

Depends on what part of the line you want. What do you mean "x y z b"? You cannot get two arrays returned from the split function, only one. It's up to you to determine which parts of that array you want to use.

No comments:

Post a Comment