mIRC Homepage
Posted By: LethPhaos $asc of a comma (,) - 07/01/05 05:08 PM
whats the $asc value of a comma??
Posted By: SladeKraven Re: $asc of a comma (,) - 07/01/05 05:27 PM
44.00
Posted By: Adrenalin Re: $asc of a comma (,) - 07/01/05 08:25 PM
Always use that..
//echo -s $asc($??)
Posted By: IR_n00b Re: $asc of a comma (,) - 08/01/05 02:27 AM
you could do $asc(,) <PRESS TAB while the | is toutching the ) in mIRC>.
Posted By: SladeKraven Re: $asc of a comma (,) - 08/01/05 02:37 AM
What do you mean by
Quote:

<PRESS TAB while the | is toutching the ) in mIRC>.
Posted By: DaveC Re: $asc of a comma (,) - 08/01/05 03:16 AM
press these keys when in mirc

$ a s c ( , ) TAB

(no spaces)
Posted By: SladeKraven Re: $asc of a comma (,) - 08/01/05 03:18 AM
Ah. Ok. smile
Posted By: Seifer Re: $asc of a comma (,) - 08/01/05 09:46 AM
That won't work for a comma.
Posted By: DaveC Re: $asc of a comma (,) - 08/01/05 11:17 AM
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
Posted By: tidy_trax Re: $asc of a comma (,) - 08/01/05 12:46 PM
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
Posted By: SladeKraven Re: $asc of a comma (,) - 08/01/05 01:48 PM
Quote:

Oh heck come on lets just tell him its 44.


I already did. grin
Posted By: DaveC Re: $asc of a comma (,) - 08/01/05 10:19 PM
Thats what i ment, instead of providing solutions just tell him the number and be done with it smile
Posted By: SladeKraven Re: $asc of a comma (,) - 09/01/05 12:59 AM
Ah rightio, I'm with you. smile
Posted By: LethPhaos Re: $asc of a comma (,) - 09/01/05 08:15 PM
thanx guys
© mIRC Discussion Forums