right(a, b)
|
Group |
Returns the b rightmost characters of a.
Description of Parameters
|
Parameter |
Description |
|
a |
Text. |
|
b |
Length. |
Examples
|
Parameter a |
Parameter b |
Result |
|
bcabc |
3 |
abc |
|
bcabc |
5 |
bcabc |
|
bcabc |
6 |
bcabc |