PStrLen (LabVIEW Manager Macro)
- Updated2025-07-30
- 1 minute(s) read
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. |