mIRC Home    About    Download    Register    News    Help

Print Thread
#69991 01/02/04 04:58 PM
Joined: Oct 2003
Posts: 64
E
Exlax Offline OP
Babel fish
OP Offline
Babel fish
E
Joined: Oct 2003
Posts: 64
I want to remove all open parenthesis out of a string.

$remove(%mystring,()

The open parenthesis for the 2nd arguement messes it up. How do I get it to work.

#69992 01/02/04 05:01 PM
Joined: Dec 2002
Posts: 332
C
Fjord artisan
Offline
Fjord artisan
C
Joined: Dec 2002
Posts: 332
maybe try $chr(40) and $chr(41)
( )


Link Copied to Clipboard