[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
+---------------------------------+
|              RTRIM              |
+---------------------------------+
RTRIM(<expC>)

-----------------------------------
Removes trailing blanks from <expC>.
Return value - Character
-----------------------------------

If <expC> is composed entirely of blanks, RTRIM() returns the null
string.

The RTRIM() function is identical to TRIM().

+---------------------------------+
|         Program Example         |
+---------------------------------+
SELECT 0
USE customer
GOTO 3
? 'The contact for '+ RTRIM(company) + ' is ' + contact

-----------------------------------

See Also:  ALLTRIM(), LTRIM(), TRIM()

-----------------------------------

See Also: ALLTRIM() LTRIM() TRIM()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson