Description
Returns the right number of characters in a string.
Signature
Right('inputstring', numberofcharacters)
Example
Right('microsoft', 4) Returns 'soft'
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| inputstring | xxxx | xxxx | xxxx |
| numberofcharacters | xxxx | xxxx | xxxx |
