PStrCpy (LabVIEW Manager Function)

PStr PStrCpy(dst, src);

Purpose

Copies the Pascal string src to the Pascal string dst. This function assumes dst is large enough to contain src.

Parameters

Name Type Description
dst PStr Pointer to a Pascal string.
src PStr Pointer to a Pascal string.

Return Value

A copy of the destination Pascal string pointer.