LTRIM

Action

Strips leading spaces from an input string and returns the result.

 

Syntax

LTRIM ("string")

 

Parameter

String

The string from which to strip leading spaces.

Returns

The input string without leading spaces.

 

Example

$x = LTRIM(SUBSTR(@IPADDRESS0, 1, 3));   192