Originally Posted By: RusselB
You're combining two different methods of using the $+ concatenation method. Each one by itself would work, but combining them does not

Try set %userchans $reptok(%a,$+(%chan,*),$+($chan,$chr(124),$ctime),1,32)


I tried that, I even pasted your line exactly, and it still didn't work. It's not updating the $ctime. Also, it's not adding the $ctime to data value channels that don't have it. This is telling me that there's still something wrong with the search string with the wildcard, as the original %a is still the same.

Yep, it's the wildstar on the search string. When I remove that and just put $chan for the search string, then on the data values that only have a channel name, it'll add the $ctime to those. So what's the deal with the wildcard and why won't it work correctly?