Breadcrumbs

stringLength() Operation


Syntax


set stringLength = aString.stringLength()
set stringLength = stringLength(LITERAL)


Semantics

Returns the length of the string as integer.

Substitutables

aString

Can be any variable or object attribute having the type String.  

LITERAL

String literal.

Examples


 set size = stringSet.s1.stringLength();