Left()

Top  Previous  Next

Left() - Crops a string from left

Description

The Left() function returns an optional number of characters of the supplied string starting from the left.

Left(string, length)

Parameters
The string is from where the characters are taken.

The length parameter specifies the number of characters to return.

Example

MyString = Left("Welcome",3) 'returns 'Wel'