このコンテンツはまだ選択された言語に翻訳されていません。英語版はこちらです。 Create Script syntax and chart functions Functions in scripts and chart expressions String functions LTrim - script and chart function LTrim - script and chart function LTrim() returns the input string trimmed of any leading spaces. Syntax: LTrim(text) Return data type: string Examples and results: Example Result LTrim( ' abc' ) Returns 'abc' LTrim( 'abc ' ) Returns 'abc ' See also: RTrim - script and chart function Feedback Did this information help you? Yes No Thanks for letting us know. Is there anything you'd like to tell us about this topic? Can you tell us why it did not help you and how we can improve it? Send feedback Thanks for helping us improve! Previous topic Lower - script and chart function Next topic Mid - script and chart function