![]() |
|
![]() |
|
LenThe 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 TopicsSee the following topics for related Expression Builder information: |
| Published 7/18/2011 | Copyright © 2005, 2011, Oracle. All rights reserved. Legal Notices. |