PStrLen (LabVIEW Manager Macro)
- 更新时间2025-07-30
- 阅读时长1分钟
uInt8 PStrLen(s);
Purpose
Returns the length of a Pascal string, that is, the value at the first byte at the specified address.
Parameters
| Name | Type | Description |
|---|---|---|
| s | PStr | Pointer to a Pascal string. |