Originally Posted By: Miguel_A
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


I tried:

var %userbio = $strip($gettok($6-,-1,35))
var %userbio = $remove(%userbio,$chr(11))

but it's not removing the ctrl-k symbol.