Left

Returns a specified number (length) of characters from the left side of the string .

Syntax

Left ( string ,length )
ParameterDescription

string

Input string.

length

The number of characters to return from the left side of the input string.

Example

Left ("Northwind", 5) 

returns North.