7.1
2013-09-23

RTRIM

Syntax

RTRIM(Text)

Description

Returns the supplied text, stripped of all trailing spaces, tabs and newline characters.

Example

RTRIM ("12 ") => 12

Parameter description

Text

Any text expression or data field containing a text.

This function removes extra spacing (at the right side of the word) in a combination of variables. For example, you can use this function when the database sets a defined number of characters for each particular database field or when a database field is left empty.