Introduction

Language Structure

IB Statements

File System

Comet 32 Runtime

Index

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