The Left function returns a string that contains the specified number of characters from the first (left) character of the passed value.
Syntax | ||||
Left(Value, Length) | ||||
Return value | ||||
Type |
Description | |||
String |
The left part of the string with the required number of characters. | |||
Parameter | ||||
Use |
Name |
Type |
Passing |
Description |
Required |
Value |
String |
ByVal |
Text |
Required |
Length |
Long |
ByVal |
Number of characters. |