mIRC Home    About    Download    Register    News    Help

Print Thread
#176034 01/05/07 11:24 PM
Joined: Mar 2006
Posts: 16
G
GaMa Offline OP
Pikka bird
OP Offline
Pikka bird
G
Joined: Mar 2006
Posts: 16
Code:
    echo -a $replace(bla bla bla,32,46)
 


Test it out, doesn't replace the space with a period.

[edit]

ehhhh, $replace isn't working period for me

Last edited by GaMa; 01/05/07 11:26 PM.
Joined: Apr 2004
Posts: 871
Sat Offline
Hoopy frood
Offline
Hoopy frood
Joined: Apr 2004
Posts: 871
$replace takes strings, not ascii values. try:
Code:
echo -a $replace(bla bla bla,$chr(32),.)


Saturn, QuakeNet staff
Joined: Mar 2006
Posts: 16
G
GaMa Offline OP
Pikka bird
OP Offline
Pikka bird
G
Joined: Mar 2006
Posts: 16
omfg.... bleh, i'm retarded


Link Copied to Clipboard