SteveL wrote:
>
> how do I get an actual hex number from an array. The array to hex
> converter produces two characters rather than a hex number.
Hello,
in my opinion, that's normal. If I interpret your question correctly.
What else is a hex number than a string denoting a value.
Inside memory, numbers are more closely described by the binary notation. Consider the hex notation
just as a shorter way to write those binary numbers.
In your case, a string of 2 characters (ranging from 00 to FF) can describe a number ranging from
000 to 255 (those are decimal strings...) i.e. a 8-bit memory cell.
--
Pierre Meyer
Laboratoire de Physique des Solides
Bt. 510, Universite de Paris Sud
F 91405 ORSAY, FRANCE
T : (33)-(
0)1 69 15 60 62
Fx : (33)-(0)1 69 15 60 86
e-mail : meyer@lps.u-psud.fr
homepage : http://www.lps.u-psud.fr/