LStrLen (LabVIEW Manager Macro)
- 更新时间2025-07-30
- 阅读时长1分钟
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.