PURPOSE
: Convert
Binary value array to positive integer base 10 number.
SYNTAX
: valueA:CharArray
call fBinaryAToDec
RETURNS
: Integer
Positive integer base 10 value equivalent to passed in Binary
array characters.
-1 on error.
EXAMPLE
:
10110000 Binary array to positive integer
["1","0","1","1","0","0","0","0"] call fBinaryAToDec -> 176
HISTORY
: CoC bn880 06/03/2003
DEPENDENCIES: CoC_LIBNUMSYS