Difference between revisions of "MC-Basic:LTRIM$"
m (Text replace - "Read-Only" to "Read only") |
|||
Line 30: | Line 30: | ||
|LIMITATIONS= | |LIMITATIONS= | ||
− | Read | + | Read only |
|EXAMPLE= | |EXAMPLE= |
Revision as of 13:37, 18 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