StrLen (LabVIEW Manager Function)
- Aktualisiert2025-07-30
- 1 Minute(n) Lesezeit
int32 StrLen(s);
Purpose
Returns the length of a C string.
Parameters
| Name | Type | Description |
|---|---|---|
| s | CStr | Pointer to a C string. |
Return Value
The number of characters in the C string, not including the NULL terminating character.