RTRIM

From MCS Wiki AVR
Revision as of 23:42, 11 February 2013 by Admin (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Contents

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

TRIM , LTRIM

 

 

ASM

NONE

 

 

Example


Dim S As String * 6
S =" AB "
Print Ltrim(s)
Print Rtrim(s)
Print Trim(s)
End

Languages   English Deutsch  
Personal tools
Namespaces
Variants
Actions
Navigation
In other languages
Language