left(a, b)

Returns the b leftmost characters of a.

Description of Parameters

Parameter

Description

a

Text.

b

Number of characters to return.

Examples

Parameter a

Parameter b

Result

1

abcde

1

a

abcde

6

abcde

See Also