{{getMsg('Help_YouAreHere')}}:
/
{{page.title}}
{{page.title}}
{{$root.getMsg("downLoadHelpAsPdf")}}
{{helpModel.downloadHelpPdfDataStatus}}
Len
This formula calculates the length of the given string and returns the number of characters, including all white spaces.
Usage:
Len( String )
Parameters:
string | The input string to count characters of. |
---|
Returns:
The number of characters in the given string.
Examples:
len("") // Returns the value 0. len("abc") // Returns the value 3.