String Length Function

Owning Palette: String Functions

Requires: Base Development System

Returns in length the number of characters (bytes) in string.

The connector pane displays the default data types for this polymorphic function.

Example

 Add to the block diagram  Find on the palette
string can be a string or any data structure that contains only strings, such as an array or clusters of strings.
length has the same structure as string.

Example

Refer to the String Length VI in the labview\examples\Strings directory for an example of using the String Length function.

 Open example  Find related examples