RTRIM$

From Macros Wiki
Jump to navigationJump to search

Up

Command

RTRIM$
RTRIM$
RTRIM$ <a$>


Trims spaces from the right-hand end of a text string.

Parameters

<a$>
Text string or name of a string variable.

Example

a$ = RTRIM$(c$)