AppCtrlScript

MAY Computer

Help

RTRIM

Applies to  

AppCtrlScript (Module: wmACScr1.dll)

Group  

String

See also  

LTRIM, TRIM

Cuts off trailing 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

TRIM <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.