![]() |
|
![]() |
Len FunctionThe Len function in Expression Builder returns the number of characters in a specified string. SyntaxLen(string) Result TypeInteger ArgumentsThe following table describes the arguments for the function.
ExamplesThe following example returns the value 18: Len("Oracle Corporation") The following example returns the value 19 if the field contains a valid timestamp: Len([<CreatedDate>]) The following example returns the value 19: Len(Timestamp()) returns 19 Related InformationSee the following topics for related Expression Builder information: | ||||||
Published May 2008 |