LTRIM/de

(Difference between revisions)
Jump to: navigation, search
(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...")
 
m (1 revision)

Revision as of 19:15, 15 February 2013

Contents

= (**COPIED FROM ENGLISH PAGE**) === 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

RTRIM , TRIM

 

 

ASM

NONE

 

 

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
Database error - MCS Wiki AVR

Database error

(Difference between revisions)
Jump to: navigation, search
A database query syntax error has occurred. This may indicate a bug in the software. The last attempted database query was:
(SQL query hidden)
from within function "". Database returned error "1020: Record has changed since last read in table 'avr_page' (localhost)".
Personal tools
Namespaces
Variants
Actions
Navigation
In other languages
Language