Trim()

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

Trim()

Previous pageReturn to chapter overviewNext page

Purpose

To remove the trailing spaces from a string

Syntax

Trim( <cString> ) cTrimmedString

Arguments

<cString> is the string to remove the spaces from

Returns

Trim() returns <cString> with the rightmost spaces removed.