StrLen (LabVIEW Manager Function)

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.