I was wondering if it's possible for me to put 2 data value in each it's data value with a seperater. I.E.

itemname1 data1a|data1b data2a|data2b

I'm looking at tracking channels with join ctime that a user has been on. I.E.

sam appleroom|98732457 banaroom|0928734

Then for each data value I can extract with gettok 1 or -1 to 124 which is |.

I just realized that if I do it this way, I can't just do a simple $addtok the the next time the user joins a channel they have already been on. Forst I'd have to find the channel in the data for the user, then replace it with the new data or add it to the end, this way I'd know which prior channel they were on, in backwards order.