home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fish 'n' More 2
/
fishmore-publicdomainlibraryvol.ii1991xetec.iso
/
fish
/
misc_utils
/
xnum
/
xnum.doc.english
< prev
next >
Wrap
Text File
|
1990-10-11
|
498b
|
22 lines
XNum (c)1989 Oliver Enseling
----------------------------
XNum is a CLI command to easy the handling of different numerical systems.
It is called from the CLI by:
XNUM number1 [number2 [...]]
The arguments can be numbers in decimal, hexadecimal, binary or octal notation.
They have to be encoded in the following way similar to C syntax:
decimal : <n>
hexadecimal : 0x<n>
binary : %<n>
octal : 0<n>
XNUM prints the given number in all the numerical formats listed above.
OE