mIRC Home    About    Download    Register    News    Help

Print Thread
#107160 07/01/05 05:08 PM
Joined: Aug 2004
Posts: 237
L
Fjord artisan
OP Offline
Fjord artisan
L
Joined: Aug 2004
Posts: 237
whats the $asc value of a comma??

#107161 07/01/05 05:27 PM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
44.00

#107162 07/01/05 08:25 PM
Joined: Apr 2003
Posts: 414
Fjord artisan
Offline
Fjord artisan
Joined: Apr 2003
Posts: 414
Always use that..
//echo -s $asc($??)

#107163 08/01/05 02:27 AM
Joined: Sep 2004
Posts: 200
I
Fjord artisan
Offline
Fjord artisan
I
Joined: Sep 2004
Posts: 200
you could do $asc(,) <PRESS TAB while the | is toutching the ) in mIRC>.

#107164 08/01/05 02:37 AM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
What do you mean by
Quote:

<PRESS TAB while the | is toutching the ) in mIRC>.

#107165 08/01/05 03:16 AM
Joined: Sep 2003
Posts: 4,230
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Sep 2003
Posts: 4,230
press these keys when in mirc

$ a s c ( , ) TAB

(no spaces)

#107166 08/01/05 03:18 AM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
Ah. Ok. smile

#107167 08/01/05 09:46 AM
Joined: Nov 2003
Posts: 228
S
Fjord artisan
Offline
Fjord artisan
S
Joined: Nov 2003
Posts: 228
That won't work for a comma.

#107168 08/01/05 11:17 AM
Joined: Sep 2003
Posts: 4,230
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Sep 2003
Posts: 4,230
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

#107169 08/01/05 12:46 PM
Joined: Nov 2003
Posts: 2,327
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Nov 2003
Posts: 2,327
I use these:

Code:
alias ascttochr { 
  bset &amp;chr 1 $1-
  echo $color(info) -s * /asctochr: $bvar(&amp;chr,1-).text
}
alias chrttoasc { 
  bset -t &amp;chr 1 $1-
  echo $color(info) -s * /chrtoasc: $bvar(&amp;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


New username: hixxy
#107170 08/01/05 01:48 PM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
Quote:

Oh heck come on lets just tell him its 44.


I already did. grin

#107171 08/01/05 10:19 PM
Joined: Sep 2003
Posts: 4,230
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Sep 2003
Posts: 4,230
Thats what i ment, instead of providing solutions just tell him the number and be done with it smile

#107172 09/01/05 12:59 AM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
Ah rightio, I'm with you. smile

#107173 09/01/05 08:15 PM
Joined: Aug 2004
Posts: 237
L
Fjord artisan
OP Offline
Fjord artisan
L
Joined: Aug 2004
Posts: 237
thanx guys


Link Copied to Clipboard