Difference between revisions of "MC-Basic:LTRIM$"
m (1 revision) |
|||
Line 39: | Line 39: | ||
* [[Axystems:MC-Basic:RTRIM$|RTRIM$]] | * [[Axystems:MC-Basic:RTRIM$|RTRIM$]] | ||
− | + | [[Category:Axystems:MC-Basic:String_Manipulation]] | |
}} | }} |
Revision as of 14:11, 6 March 2014
The LTRIM$ function returns the right-hand part of a string after removing any blank spaces at the beginning.
Syntax
LTRIM$(<string>)
Availability
All versions
Type
<return value>: String
<string>: String
Range
<return value>: String
<string>: String
Scope
Configuration, Task, Terminal
Limitations
Read-Only
Examples
-->PRINT “first”;LTRIM$ (“ a left-justified string “)
firsta left-justified string