int32 StrLen(s);
Returns the length of a C string.
Name | Type | Description |
---|---|---|
s | CStr | Pointer to a C string. |
The number of characters in the C string, not including the NULL terminating character.
Submit feedback on this topic.
Visit ni.com/support for technical support.