PStrLen (LabVIEW Manager Macro)
- Aktualisiert2025-07-30
- 1 Minute(n) Lesezeit
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. |