MC-Basic:RTRIM$
Revision as of 08:40, 22 May 2014 by Miborich (talk | contribs) (Miborich moved page Axystems:MC-Basic:RTRIM$ to MC-Basic:RTRIM$: Global renaming of Axystems: namespace into (Main):)
RTRIM$ returns the left-hand part of a string after removing any blank spaces at the end.
Syntax
RTRIM$(<string>)
Availability
All versions
Type
<return value>: String
<string>: String
Range
<return value>: String
<string>: String
Scope
Configuration, Task or Terminal
Limitations
Read only
Examples
-->PRINT RTRIM$(“a left-justified string ”);”next”
a left-justified stringnext