Next: Convert Character String
Up: General Utility Subprograms
Previous: Copy Array to
This Subprogram copies a Character String to an Array.
Short Name Calling Sequence
CALL UICYCA(SRCCHA,DSTLEN,DSTARR)
Long Name Calling Sequence
CALL UI_COPY_CHAR_TO_ARRAY(...)
Input Arguments
SRCCHA (Character) Source Character String
DSTLEN (Integer) Length of Destination Array
Output Arguments
DSTARR (Array) Destination Array
Note:
- The Length of the Destination Array should be given in equivalent
Characters (Bytes on most machines).
- The Character String may be truncated in order not to overflow the
destination Array. No warning is given of this.
Liz Buckle
Fri Jan 13 17:30:40 CST 1995