mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Oct 2003
Posts: 214
S
Fjord artisan
OP Offline
Fjord artisan
S
Joined: Oct 2003
Posts: 214
It seems a lot of identifiers have a problem with { and }

also $remove(Test!,`,-,_,|,[,],{,})

it returns "Test! ` - _ | [ ]"

(okay, it works if i use the $chr(123) and $chr(125), but this are only single chars and shouldn't be evaluated if they are in a identifier blush )


one step closer to world domination
Joined: Dec 2002
Posts: 266
Z
Fjord artisan
Offline
Fjord artisan
Z
Joined: Dec 2002
Posts: 266
Yep, just found out $str({,10) will return '10'.


You won't like it when I get angry.
Joined: Mar 2004
Posts: 540
A
Fjord artisan
Offline
Fjord artisan
A
Joined: Mar 2004
Posts: 540
Try the $chr(#) of the symbol works fine here

Joined: Dec 2002
Posts: 788
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 788
To my knowledge this has been posted several times over, try using the search feature to locate them.

Eamonn.

Joined: Oct 2003
Posts: 214
S
Fjord artisan
OP Offline
Fjord artisan
S
Joined: Oct 2003
Posts: 214
read my whole post smile


one step closer to world domination
Joined: Apr 2004
Posts: 48
L
Ameglian cow
Offline
Ameglian cow
L
Joined: Apr 2004
Posts: 48
a comment: when i use an alias such this:

Code:
alias { return $chr(123)
}


for making a ${, and i have to put an "}" in the line below the ident, and that is because the way of {} works. i dont like this.


__________
dark_light @ irc.brasnet.org
Joined: Jan 2003
Posts: 1,063
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Jan 2003
Posts: 1,063
just don't use names like that then

[]{}()#$ signs are special characters in the mIRC scripting language, so you should use them with care


If it ain't broken, don't fix it!

Link Copied to Clipboard