Re: Submitted for Your Improvement

new topic     » goto parent     » topic index » view thread      » older message » newer message

not sure which is faster, but I'd probobly just use:


include get.e

function dec_to_hex(atom dec)
    return sprintf("%x",dec)
end function

function hex_to_dec(sequence hex)
    sequence val
    val=value('#'&hex)
    return val[2]
end function

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu