PURPOSE:
Convert Octal value array
to positive integer base 10 number as array of characters.
SYNTAX:
valueA:CharArray
call fOctAToDecA
RETURNS:
CharArray
Array of characters representing positive integer base 10 value equivalent to
passed in Octal array of characters.
Empty array on error.
EXAMPLE:
260 Octal to positive integer
["2","6","0"] call fOctAToDec ->
["1","7","6"]
HISTORY:
CoC bn880 06/03/2003
DEPENDENCIES:
CoC_LIBNUMSYS