StrLen (LabVIEW Manager Function)
- 更新日2025-07-30
- 1分で読める
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.