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