AppCtrlScript

MAY Computer

Help

LTRIM

Applies to  

AppCtrlScript (Module: wmACScr1.dll)

Group  

String

See also  

TRIM, RTRIM

Cuts off leading spaces of a string.

If no value is passed the content of the script variable is trimmed and the original value is overwritten with the trimmed string.

Syntax

LTRIM <VariableName>[, <Value>]

Part

Description

<VariableName> Script variable where to store the result.
<Value> Optional string value to be trimmed. If missing the value of the script variable <VariableName> is assumed.