mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Dec 2002
Posts: 2,962
S
Hoopy frood
OP Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 2,962
I just noticed that /var and /set can't take "" as a value since it will be taken to mean an empty string. I'd like to see /set's -n switch (and /var's too if my other suggestion is implemented) treat it as ordinary text.


Spelling mistakes, grammatical errors, and stupid comments are intentional.
Joined: Apr 2004
Posts: 3
N
Self-satisified door
Offline
Self-satisified door
N
Joined: Apr 2004
Posts: 3
Use $chr(34) $+ $chr(34)
That will give you ""
smile

Joined: Dec 2002
Posts: 2,962
S
Hoopy frood
OP Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 2,962
Nope, the behaviour is at the parameter level, not the parser level, so no amount of tricks will help. Actually the variable probably could be filled using $regsub(), but it's ridiculous to have to go to that trouble just to set a variable.


Spelling mistakes, grammatical errors, and stupid comments are intentional.

Link Copied to Clipboard