Skip to main content
Skip table of contents

stringLength() Operation

Syntax
NONE
set stringLength = aString.stringLength()
set stringLength = stringLength(LITERAL)
SemanticsReturns the length of the string as integer.
SubstitutablesaString Can be any variable or object attribute having the type String.  
LITERAL String literal.
Examples
NONE
 set size = stringSet.s1.stringLength();
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.