right()
This function returns the b rightmost characters of text a. See examples.
Parameters
Parameter |
Description |
a |
Text. |
b |
Length. |
Examples
Parameter a |
Parameter b |
Result |
bcabc |
3 |
abc |
bcabc |
5 |
bcabc |
bcabc |
6 |
bcabc |