Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Don't forget obase' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Don't forget obase
Authored by: wfolta on Mar 04, '03 12:34:14PM
You can convert from, say, octal to hex by:

obase=16
ibase=8

Note that obase is first since ibase changes your input base for all following commands, including the obase command if you reversed the order.

[ Reply to This | # ]