Right
Description
Returns a given number of characters from the right side of a supplied text string. A new column is created for the results.
Use
- Argument:
- Select an argument. (String)
- Number of Characters:
- Enter the number of characters to return from the right side of the argument's value.
- Output field name:
- Enter an output field name.
Example
Argument value | Number of characters | Right() returns |
---|---|---|
mypicture.jpg | 3 | jpg |
821-56-7482 | 4 | 7842 |
123456789 | 6 | 987654 |
Hero Platform_ Example
An example of this function can be found in Hero Platform_'s library of examples.
Download the example titled "function_Right" to see an example of this function.