TRIM/de

From MCS Wiki AVR
< TRIM(Difference between revisions)
Jump to: navigation, search
(Created page with "= <span class="f_Header">Action</span> = Returns a copy of a string with leading and trailing blanks removed <span style="font-family: Arial;"> </span> <span style="fo...")
 
m (1 revision)
 

Latest revision as of 21:16, 15 February 2013

Contents

= (**COPIED FROM ENGLISH PAGE**) === Action

Returns a copy of a string with leading and trailing blanks removed

 

 

Syntax

var = TRIM( org )

 

 

Remarks

Var

String that receives the result.

Org

The string to remove the spaces from

TRIM is the same as a LTRIM() and RTRIM() call. It will remove the spaces on the left and right side of the string.

 

See also

RTRIM , LTRIM

 

 

Partial 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