DPL StudioDPL Studio GuideAppendix B: Supported FunctionsString FunctionsLen (length)On this pageLen (length)Len Function Returns the number of characters in a specified text string. Syntax Len (scalar Input) Arguments ArgumentDescriptionscalar InputText string to be evaluated Examples: Len('Good Morning') Returns the number of characters (including space) in a text string 'Good Morning'.