first i would like to thank peter and agnelia
second my friend sent me code that removes symbols from words.
my friend code :
var %r, %l 1
%r = $removecs($1-,\,/,`,~,!,@,$chr(35),$,%,^,&,*,-,_,=,+,<,>,?,;,:,',",[,],$chr(40),$chr(41),$chr(123),$chr(124),$chr(125))
%r = $removecs(%r,.,$chr(44),’,طں,طŒ,ط›,أ—,أ·,â€ک,ظ’,ظچ,ظگ,ظŒ,ظڈ,ظ‹,ظژ,ظ‘,ظ€)
return %r
}
Can anyone fix my friend code ?
i think his code remove these symbols from word and if anyone type badword Ex. fl*o&wer script will read it without sybols like this "flower" i prefer my friend code becz it works with another language not only english
thank you
Edited Nov 3, 2005 6:36 PM by old is good