next up previous contents
Next: Copy Character String Up: General Utility Subprograms Previous: Return Address Location

Copy Array to Character String

This Subprogram copies an Array containing text characters to a Character String.

Short Name Calling Sequence

CALL UICYAC(SRCARR,SRCLEN,DSTCHA)

Long Name Calling Sequence

CALL UI_COPY_ARRAY_TO_CHAR(...)

Input Arguments

SRCARR (Array) Source Array SRCLEN (Integer) Length of Array in Chars.

Output Arguments

DSTCHA (Character) Destination Character String

Note:

  1. The Array may be truncated in order not to overflow the destination Character String. No warning is given of this.


Liz Buckle
Fri Jan 13 17:30:40 CST 1995