IB Statements/stripr

From CometWiki

< IB Statements
Revision as of 11:32, 22 May 2009 by Badge (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

STRIPR function

Syntax: STRIPR(string-argument)

Discussion: The STRIPR function strips only trailing (right-hand side) blanks from a string expression.

The string-argument may be a string constant, a single-element string variable, a string array element, a string expression, or a string function.

See STRIP and STRIPL.

Example: A$=STRIPR(B$)

In the above example, the data contained in string variable B$ is stripped of trailing blanks; the result is moved to the string variable A$.

Personal tools