Subject:How to access data from nested tokenize() calls Author:Touti Phommachakr Date:15 Oct 2009 12:23 PM Originally Posted: 15 Oct 2009 12:22 PM
I would like to tokenize first by space(' ') to get each set of coordinates. Then I would like to tokenize by comma to the x,y value from each set. So far I was able to get tokenize with space as a delimiter but how do I access each token like the indexes of an array in order to get the x,y value. Here is what I have so far: