mIRC Home    About    Download    Register    News    Help

Print Thread
#30691 18/06/03 07:26 PM
Joined: Jun 2003
Posts: 67
D
Babel fish
OP Offline
Babel fish
D
Joined: Jun 2003
Posts: 67
i need to replace the space in a string using $replace(%variable, ,_) does not work as mIRC doesnt register the space if there is any way to work around this it would be extremly helpful


while (demi == nub) {
inc %skill
}
#30692 18/06/03 07:27 PM
Joined: Dec 2002
Posts: 2,962
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 2,962
Use $chr(32) in place of the space.


Spelling mistakes, grammatical errors, and stupid comments are intentional.
#30693 18/06/03 08:18 PM
Joined: Jun 2003
Posts: 67
D
Babel fish
OP Offline
Babel fish
D
Joined: Jun 2003
Posts: 67
thanks much i knew there was a $chr code but i didnt know the command


while (demi == nub) {
inc %skill
}

Link Copied to Clipboard