David Stern wrote:
> Where's the FM that tells how to convert numbers, like 0x11A to a 
> "decimal"?

This is in base 16, so:

[EMAIL PROTECTED]:~>bc
...
ibase=16
11A
282            <-- result
quit

-- 
see shy jo

Reply via email to