LStrLen (LabVIEW Manager Macro)

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.