Product DocumentationDeveloper GuidesODSL LanguageFunctionsAll FunctionslengthOn this pagelengthReturns the length of a stringSyntaxint = length(string)Exampleprint length("The end is nigh")15