Re: hex2seq() and seq2hex()

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

>>> Lewis Townsend <keroltarr at HOTMAIL.COM> 07/15/99 12:37PM >>>
my
second one (seq2hex()) doesn't seem to work right, I'd like to know why.
function seq2hex (sequence seq)
  return seq[1]*#1000 + seq[2]*#100 + seq[3]
end function
-------------------------------------
Perhaps that should be seq[1]*#10000.

Michael J. Sabal

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

Search



Quick Links

User menu

Not signed in.

Misc Menu