Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

Analytics and Notifications for PI System Explorer (PI Server 2024 R2)

LTrim

  • Last UpdatedOct 04, 2024
  • 1 minute read

Remove the leading blanks from a string.

Syntax

LTrim(s1)

Arguments

  • s1

    string

Returns

A string with leading blanks removed

Exceptions

If s1 is not a string, an error value is returned.

Example

  • LTrim(" String")

    [Returns "String"]

  • LTrim("String ")

    [Returns "String "]

In This Topic
TitleResults for “How to create a CRG?”Also Available in