LTRIM( ) Function

Example   See Also

Returns the specified character expression with leading blanks removed.

Syntax

LTRIM(cExpression)

Returns

Character

Arguments

cExpression

Specifies the character expression whose leading blanks LTRIM( ) removes.

Remarks

This function is especially useful for removing the leading blanks that are inserted when you use STR( ) to convert a numeric value to a character string.