next up previous contents
Next: Convert Character String Up: General Utility Subprograms Previous: Copy Array to

Copy Character String to Array

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:

  1. The Length of the Destination Array should be given in equivalent Characters (Bytes on most machines).
  2. 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