mIRC Homepage
Posted By: pheonix $asc - 30/06/03 04:08 PM
it might be a very small bug but i just tried this:
//echo -a $asc(,)
and it returned:
* Too many parameters: $asc
i dont understand how that too many parameters confused
in addition: can anyone tell me the asci number for , please grin
Posted By: codemastr Re: $asc - 30/06/03 04:34 PM
It's not a bug at all. The comma character defines parameters, $asc(,) is giving 2 "null" parameters. $asc(,) is the same as $asc($null,$null) If you want to get the ascii code of a comma do, /set %a ,
then //echo -a $asc(%a)
Posted By: coolspot Re: $asc - 30/06/03 04:53 PM
Yeah, a long time ago I had the same problem but making an alias fixes that problem:

/asc { echo -a $asc($1) }

Should work smile
© mIRC Discussion Forums