|
Contents | Previous | Next | Subchapters |
| Syntax |
hex2dec(hex) |
| See Also | dec2hex , atoi , atod |
In hexadecimal representation that valid characters are
the decimal digits 0 through 9 and the
letters a through f
(the letters A through F can also be used).
The letters represent the values 10 though 15
in alphabetic order.
hex2dec({ "09", "19", "0a", "1A" })
O-Matrix will respond
{
9
27
10
26
}
0 for the value zero.