Returns a copy of a string without leading spaces.
[ s = ] LTrim ( sStr )
The LTrim procedure syntax has the following parts:
Name |
Type |
Description |
s |
BString |
The result string |
sStr |
Val BString |
Input string |
Print LTrim(" ATEasy") ! This will print "ATEasy"