Skip to main content Skip to complementary content

LTrim - script and chart function

LTrim() returns the input string trimmed of any leading spaces.

Syntax:  

LTrim(text)

Return data type: string

Arguments
Argument Description
text The string to evaluate.
Example: Chart expressions
Example Result
LTrim( ' abc' ) Returns abc
LTrim( 'abc ' ) Returns abc

Example - LTrim fundamentals

Example - LTrim scenario

Example - LTrim advanced scenario

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!