StringLength(String) Function

Top 

Description

Returns the length of stringArgument.

 

Timing Precision Mode

This page describes functionality in 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