RTrim Procedure

Returns a copy of a string without trailing spaces.

Syntax

[ s = ] RTrim ( sStr )

The RTrim procedure syntax has the following parts:

Name

Type

Description

s

BString

The result string

sStr

Val BString

Input string

Example

Print RTrim("ATEasy ") ! This will print "ATEasy"

See Also

Left, Len, LTrim, Right, Trim