Hi.

You need to ue the $chr(nr) off the character.
To know the nr off the $chr identifier you need to use $asc(character) them it will return a number... that number is to be used in $chr. Example:.

Code:
//echo -s $asc(§)
167
//echo -s $chr(167)
§


them $remove( text, $chr(nr))

good luck