Guardian Programming Reference Summary for pTAL and TAL

Procedure Calls Summary (G-N)
Guardian Programming Reference Summary for pTAL and TAL522631-001
6-46
NUMOUT
Converts unsigned integer values to their ASCII equivalents, right-justified in an array.
Any preceding blanks are filled with zeroes.
1 Nonexistent number
0 Valid conversion
-1 Illegal integer or illegal syntax
CALL NUMOUT ( ascii-result
,unsigned-integer
,base
,width );
ascii-result, STRING:ref:* output
unsigned-integer, INT:value input
base, INT:value input
width, INT:value input