Left
Returns a specified number of characters from the left side of a string.
Syntax
«value» Left («String
Expression», «Numeric Expression»)
This table describes the parameters:
Parameters | Description |
---|---|
string | Required. String expression from which the leftmost characters are returned. |
length | Required. Variant(Long). Numeric expression indicating how many characters to return. If 0, a zero-length string ("") is returned. If greater than or equal to the number of characters in string, the entire string is returned. |