RTRIM$: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
New page: {{Command|syntax=RTRIM$ <a$> |description=*DESCRPTION* |param1=<a$>|param1_desc={{a$}} }} ===Example=== :- RTRIM$ Category:Internal_Macro_Functions |
No edit summary |
||
Line 1: | Line 1: | ||
{{Command|syntax=RTRIM$ <a$> | {{Command|syntax[[Image:rtrim$.png|right|RTRIM$]]=RTRIM$ <a$> | ||
|description= | |description=:Trims the extra spaces off the right of the text string | ||
|param1=<a$>|param1_desc={{a$}} | |param1=<a$>|param1_desc={{a$}} | ||
Line 6: | Line 6: | ||
===Example=== | ===Example=== | ||
: | :a$ = RTRIM$(c$) | ||
[[Category:Internal_Macro_Functions]] | [[Category:Internal_Macro_Functions]] |
Revision as of 18:17, 22 July 2010
Command
- {{{syntax}}}
- 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$)