Last characters
Get the last characters of a piece of text
Input parameters
Name | Description | Type | Required | Default value |
---|---|---|---|---|
Text | Specify the piece of text to get the last characters from | STRING | true | |
Amount of characters | Specify the amount of characters to get | NUMBER | true |
Output
Name | Description | Type | Default value |
---|---|---|---|
Result | The name of the variable to store the result of this text manipulation in. | STRING | RESULT |