TRIM

Aus MCS Wiki AVR
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
Admin (Diskussion | Beiträge)
(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...")

Aktuelle Version vom 12. Februar 2013, 19:37 Uhr

Inhaltsverzeichnis

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  
Meine Werkzeuge
Namensräume
Varianten
Aktionen
Navigation
In anderen Sprachen
Sprache