How do you access these features binary to decimal

binary, hexidecimal, etc.
Started by
nnevels
, Dec 29 2003 09:09 PM
2 replies to this topic
#1
Posted 29 December 2003 - 09:09 PM
#2
Posted 29 December 2003 - 10:12 PM
try this : http://fcc.earthforg...p?p=24272#24272
trad:
example-
to convert 92ab4 from hexa to dec and store the result in the variable machin, enter the following parameters :
"92AB4",16,10,"machin"
or
{9,2,10,11,4},16,10,"machin"
trad:
example-
to convert 92ab4 from hexa to dec and store the result in the variable machin, enter the following parameters :
"92AB4",16,10,"machin"
or
{9,2,10,11,4},16,10,"machin"
#3
Posted 30 December 2003 - 02:40 AM
Try this:
16b Converter
Download that file, i made a single program for convert between binary, dec, octal and hex.
16b Converter
Download that file, i made a single program for convert between binary, dec, octal and hex.
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users