PStrCpy (LabVIEW Manager Function)
- 更新时间2025-07-30
- 阅读时长1分钟
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.