10 6 60 Trim

LANSA Technical

10.6.60 Trim

Trim can be used to remove leading and trailing blanks, or other characters, from a string.

The OfText parameter can contain more than one character.

Input Parameters

OfText - Character or characters to be trimmed. The default is a blank

Example

In this example, if #String contained '  ABCDE   ', the result would be 'ABCDE':

#Com_owner.Caption := #String.Trim

 

Ý 10.6 Alphanumeric/String Intrinsic Functions