Product DocumentationDeveloper GuidesODSL LanguageFunctionsAll FunctionslengthOn this pagelengthReturns the length of a string Syntax int = length(string) Example print length("The end is nigh") 15