You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Syntax
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
 set size = s1.stringLength();
  • No labels