IB Statements/stripl

From CometWiki

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

STRIPL function

Syntax: STRIPL(string-argument)

Discussion: The STRIPL function strips only leading blanks from a string-argument.

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 STRIPR.

Example: A$=STRIPL(B$)

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

Personal tools