LStrLen (LabVIEW Manager Macro)
- Aktualisiert2025-07-30
- 1 Minute(n) Lesezeit
int32 LStrLen(s);
Purpose
Returns the length of a LabVIEW string, that is, s->cnt.
Parameters
| Name | Type | Description |
|---|---|---|
| s | LStrPtr | Pointer to a LabVIEW string. |
Return Value
The number of characters in the LabVIEW string.