alias tohex { var %hex, %i = 1 while ($mid($1,%i,1) != $null) { %hex = %hex $+ $base($asc($ifmatch),10,16) inc %i } return %hex }