This is the part of my script that I'm having a problem with:

Code:
var %1 $strip($remove($1,~,^,@,$chr(37),+))


I want to remove ~^@%+ from $1. The problem is that this does not work if $1 has a % because mIRC treats it as a variable. How do I fix this?

Last edited by Tzar469; 26/02/08 06:59 AM.