eh? $1- is already a tokenized list with chr 32 (space) as a delimeter.

In his code though, the issue was he was using chr 44 (comma) as the delimeter, just not tokenizing it later..

So, the tokenize in Horstl's code shouldn't be needed.. so long as your using the rest of horstl's code..