PURPOSE
: Convert numeric positive integer value to positive integer positive integer
value as array of characters.
SYNTAX
: value: Integer
call fDecToDecA
RETURNS
: CharArray
Array of characters representing the numeric value.
Empty array on error.
EXAMPLE
:
1445442 integer to integer character array
1445442 call fDecToDecA -> ["1","4","4","5","4","4","2"]
HISTORY
: CoC bn880 06/03/2003
DEPENDENCIES: CoC_LIBNUMSYS