Description
Returns the left number of characters in a string.
Signature
Left('inputstring', 'numberofcharacters')
Example
Left('microsoft', 5) Returns 'Micro'
Parameters
Name | Type | Description | Required |
---|---|---|---|
inputstring | xxxx | xxxx | xxxx |
numberofcharacters | xxxx | xxxx | xxxx |