[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
+---------------------------------+
| TRIM |
+---------------------------------+
TRIM(<expC>)
-----------------------------------
Returns character string resulting from removing trailing blanks from a
character expression. Same as RTRIM().
Return value - Character
-----------------------------------
<expC>
Character expression to be trimmed.
TRIM() is identical to the RTRIM() function.
+---------------------------------+
| Example |
+---------------------------------+
USE customer
GOTO 3
? 'The contact for '+ TRIM(company) + ' is ' + contact
-----------------------------------
See Also: ALLTRIM(), LTRIM(), PADC() | PADL() | PADR(), RTRIM()
-----------------------------------
See Also:
ALLTRIM()
LTRIM()
PADC() | PADL() | PADR()
RTRIM()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson