LTRIM
From MCS Wiki AVR
(Difference between revisions)
Admin (Talk | contribs)
(Created page with "= <span class="f_Header">Action</span> = Returns a copy of a string with leading blanks removed <span style="font-family: Arial;"> </span> <span style="font-family: Ar...")
(Created page with "= <span class="f_Header">Action</span> = Returns a copy of a string with leading blanks removed <span style="font-family: Arial;"> </span> <span style="font-family: Ar...")
Latest revision as of 21:58, 11 February 2013
Contents |
Action
Returns a copy of a string with leading blanks removed
Syntax
var = LTRIM( org )
Remarks
Var |
String that receives the result. |
Org |
The string to remove the leading spaces from |
See also
ASM
NONE
Partial Example
Dim S As String * 6 S =" AB " Print Ltrim(s) Print Rtrim(s) Print Trim(s) End
Languages | English • Deutsch |
---|