Say I have 2 variables, %LocalNicks and %GlobalNicks, and the are words separated by commas.

%GlobalNicks will have everything %LocalNicks has and more.

How do I remove everything in %LocalNicks from %GlobalNicks?

I've been suggested $deltok() and $remtok().

Well, I tried $remove().

$remove(%GlobalNicks,%LocalNicks) doesn't remove %LocalNicks.

My current attempted and failed code is:

$remove( $mid(%globalunbannick,3) , $($+($mid(%,localunbannick,3))) )

I've also tried $eval(<thing>,2).

Thanks.

-Neal.