Convert to hex by chocobi

M N =INPUT :F()
 H =''
L T =REMDR(N,16)
 H =CHAR(48 + T + (LE(T,9),7)) H
 N =N / 16
 NE(N,0) :S(L)
 OUTPUT =H :(M)
END

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page