StringLength(), Len()

Summary

Returns the length of a string.

Syntax

n = StringLength(string input_string)

Argument Contents
input_string Any string

Returns

An integer equal to the number of characters of input_string.

Notes

  • Can also be called as Len().

See Also

Function Summary
Substring() Extracts a portion of a string
Left() Returns the leftmost n characters of a string
Right() Returns the rightmost n characters of a string