|
|
Joined: Aug 2004
Posts: 237
Fjord artisan
|
OP
Fjord artisan
Joined: Aug 2004
Posts: 237 |
whats the $asc value of a comma??
|
|
|
|
Joined: Dec 2002
Posts: 3,534
Hoopy frood
|
Hoopy frood
Joined: Dec 2002
Posts: 3,534 |
|
|
|
|
Joined: Apr 2003
Posts: 413
Fjord artisan
|
Fjord artisan
Joined: Apr 2003
Posts: 413 |
Always use that.. //echo -s $asc($??)
|
|
|
|
Joined: Sep 2004
Posts: 200
Fjord artisan
|
Fjord artisan
Joined: Sep 2004
Posts: 200 |
you could do $asc(,) <PRESS TAB while the | is toutching the ) in mIRC>.
|
|
|
|
Joined: Dec 2002
Posts: 3,534
Hoopy frood
|
Hoopy frood
Joined: Dec 2002
Posts: 3,534 |
What do you mean by <PRESS TAB while the | is toutching the ) in mIRC>.
|
|
|
|
DaveC
|
DaveC
|
press these keys when in mirc
$ a s c ( , ) TAB
(no spaces)
|
|
|
|
Joined: Dec 2002
Posts: 3,534
Hoopy frood
|
Hoopy frood
Joined: Dec 2002
Posts: 3,534 |
Ah. Ok. 
|
|
|
|
Joined: Nov 2003
Posts: 228
Fjord artisan
|
Fjord artisan
Joined: Nov 2003
Posts: 228 |
That won't work for a comma.
|
|
|
|
DaveC
|
DaveC
|
lol no it doesnt does it, but then i was only explaining what someone else ment.
Oh heck come on lets just tell him its 44.
And if he want the rest he should goggle "asc table"
or click start/run/%SystemRoot%\System32\charmap.exe and convert the character code hex value back to decimal
|
|
|
|
Joined: Nov 2003
Posts: 2,321
Hoopy frood
|
Hoopy frood
Joined: Nov 2003
Posts: 2,321 |
I use these: alias ascttochr {
bset &chr 1 $1-
echo $color(info) -s * /asctochr: $bvar(&chr,1-).text
}
alias chrttoasc {
bset -t &chr 1 $1-
echo $color(info) -s * /chrtoasc: $bvar(&chr,1-)
} Example: Input: /chrtoasc hello world Output: * /chrtoasc: 104 101 108 108 111 32 119 111 114 108 100 Input: /asctochr 104 101 108 108 111 32 119 111 114 108 100 Output: * /asctochr: hello world
|
|
|
|
Joined: Dec 2002
Posts: 3,534
Hoopy frood
|
Hoopy frood
Joined: Dec 2002
Posts: 3,534 |
Oh heck come on lets just tell him its 44.
I already did. 
|
|
|
|
DaveC
|
DaveC
|
Thats what i ment, instead of providing solutions just tell him the number and be done with it 
|
|
|
|
Joined: Dec 2002
Posts: 3,534
Hoopy frood
|
Hoopy frood
Joined: Dec 2002
Posts: 3,534 |
Ah rightio, I'm with you. 
|
|
|
|
Joined: Aug 2004
Posts: 237
Fjord artisan
|
OP
Fjord artisan
Joined: Aug 2004
Posts: 237 |
|
|
|
|
|
|