LTrim Procedure

Returns a copy of a string without leading spaces.

Syntax

[ s = ] LTrim ( sStr )

The LTrim procedure syntax has the following parts:

Name

Type

Description

s

BString

The result string

sStr

Val BString

Input string

Example

Print LTrim(" ATEasy") ! This will print "ATEasy"

See Also

Left, Len, Right, RTrim, Trim