LStrLen (LabVIEW Manager Macro)
- Mise à jour2025-07-30
- Temps de lecture : 1 minute(s)
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.