mIRC Homepage
Posted By: NoSupra mIRC & Hex Decimal - 25/08/04 02:34 PM
Does it exist an addon or a dll that let you use some hex in mIRC scripting? Thanks to all
Posted By: Online Re: mIRC & Hex Decimal - 27/08/04 02:12 AM
Hexadecimal numbers cannot be used directly in scripting, but the $base() identifier can help you convert them into their decimal values.
  • $base(N,inbase,outbase,zeropad,precision)
    Converts number N from inbase to outbase. The last two parameters are optional.

    $base(15,10,16) returns F
    $base(F,16,10) returns 15
© mIRC Discussion Forums