mIRC Home    About    Download    Register    News    Help

Print Thread
#229266 27/01/11 10:31 PM
Joined: Oct 2004
Posts: 8,061
R
Riamus2 Offline OP
Hoopy frood
OP Offline
Hoopy frood
R
Joined: Oct 2004
Posts: 8,061
Does anyone have a suggestion on how to send a single space ( $chr(32) ) with /sockwrite ? I can't substitute other characters because it needs to be received as $chr(32). Is there any possible way to do that without mIRC treating it as $null ?

Joined: Dec 2002
Posts: 2,884
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 2,884
Code:
bset &a 1 32
sockwrite sockname &a

Joined: Oct 2004
Posts: 8,061
R
Riamus2 Offline OP
Hoopy frood
OP Offline
Hoopy frood
R
Joined: Oct 2004
Posts: 8,061
Perfect, thanks!


Link Copied to Clipboard