StrCpy (LabVIEW Manager Function)
- 업데이트 날짜:2025-07-30
- 1분 (읽기 시간)
CStr StrCpy(dst, src);
Purpose
Copies the C string src to the C string dst. This function assumes dst is large enough to contain src.
Parameters
| Name | Type | Description |
|---|---|---|
| dst | CStr | Pointer to a C string. |
| src | CStr | Pointer to a C string. |
Return Value
A copy of the destination C string pointer.