Product DocumentationDeveloper GuidesODSL LanguageFunctionsAll FunctionsleftOn this pageleftCreates a new string from the 'amount' leftmost characters of another string Syntax string = left(string, amount) Example print left("The end is nigh", 7) The end