PStrBuf (LabVIEW Manager Macro)
- 업데이트 날짜:2025-07-30
- 1분 (읽기 시간)
uChar *PStrBuf(s);
Purpose
Returns the address of the string data of a Pascal string, that is, the address following the length byte.
Parameters
| Name | Type | Description |
|---|---|---|
| s | PStr | Pointer to a Pascal string. |
Return Value
The address of the string data of a Pascal string.