RTRIM/de
(Difference between revisions)
Admin (Talk | contribs)
(Created page with "= <span class="f_Header">Action</span> = Returns a copy of a string with trailing blanks removed <span style="font-family: Arial;"> </span> <span style="font-family: A...")
Newer edit →
(Created page with "= <span class="f_Header">Action</span> = Returns a copy of a string with trailing blanks removed <span style="font-family: Arial;"> </span> <span style="font-family: A...")
Newer edit →
Revision as of 00:42, 12 February 2013
Contents |
= (**COPIED FROM ENGLISH PAGE**) === Action
Returns a copy of a string with trailing blanks removed
Syntax
var = RTRIM( org )
Remarks
var |
String that is assigned with the result. |
org |
The string to remove the trailing spaces from |
See also
ASM
NONE
Example
Dim S As String * 6 S =" AB " Print Ltrim(s) Print Rtrim(s) Print Trim(s) End
Languages | English • Deutsch |
---|