it would be nice to be able to extract the n'th token from the stream, for example
string tok = tokenizer+=5; //get the 5th token from this one
but first im trying to figure out how to extract tokens properly....
any help/suggestions would be greatly appreciated!
thx!