RTrim()

<< Click to Display Table of Contents >>

Navigation:  Available Functions >

RTrim()

Syntax

RTrim( <FieldName> )

 

Purpose

To return the characters of a field, less any trailing blank spaces.

 

Parameters

<FieldName> is the name of a field, or any character expression.

 

Returns

A Character value.

 

Usage

The "RTrim()" function is provided mainly to be used with the "Len()" function to determine the actual number of data characters in a character field.