[OT] I wonder.

Fraser Gordon fraser.gordon at runrev.com
Sun Dec 22 11:51:49 EST 2013


On 22/12/2013 16:28, Richmond wrote:
>
> numToHex and hexToNum
>
function numToHex pNum
    local tHex
    get binaryEncode("H8", pNum, tHex)
    return tHex
end numToHex

Not quite as user-friendly, I'll admit, but it's possible at least.




More information about the use-livecode mailing list