RTRIM$: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
ConnerO (talk | contribs)
No edit summary
Line 1: Line 1:
{{Command|syntax=[[Image:rtrim$.png|right|RTRIM$]]RTRIM$ <a$>
{{Command|syntax=[[Image:rtrim$.png|right|RTRIM$]]RTRIM$ <a$>
|description=:Trims the extra spaces off the right of the text string
|description=:Trims the extra spaces off the right of the text string.


|param1=<a$>|param1_desc={{a$}}
|param1=<a$>|param1_desc={{a$}}

Revision as of 18:20, 22 July 2010

Command

RTRIM$
RTRIM$
RTRIM$ <a$>


Trims the extra spaces off the right of the text string.

Parameters

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

Example

a$ = RTRIM$(c$)