StringLength(String) Function

Top 

Description

Returns the length of stringArgument.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

 

Function Signature

StringLength(

String stringArgument)

 

 

Arguments

stringArgument


Description:

The string to find the length of.

 

 

 

Return Value

Type:

number

 

 

Returns the length of the string.

 

Syntax

myVariable1 = StringLength(myString1);

 

 

Example 1

 

 

See also

StringLength