PStrCpy (LabVIEW Manager Function)
- Updated2025-01-28
- 1 minute(s) read
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.