PStrCpy (LabVIEW Manager Function)
- Mise à jour2025-07-30
- Temps de lecture : 1 minute(s)
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.