RTRIM$: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
Mikeo (talk | contribs)
No edit summary
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
[[:Category:Internal_Macro_Functions|{{Up}}]]
{{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 spaces from the right-hand end of a text string.


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

Latest revision as of 00:36, 4 January 2011

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