|
<< Click to Display Table of Contents >> Navigation: String functions > Left or Left$ |
Description
Returns a String containing a specified number of characters from the left side of a string.
Syntax
Left(string, length)
Parameters
Part |
Description |
string |
Required. String expression from which the leftmost characters are returned. |
length |
Required. Numeric expression indicating how many characters to return. |