| 3 March 2002 |
Right() |
| Author | Jan Kvalbein |
| Action | Returns a String containing a specified number of characters from the right side of a string. |
| Syntax | Right (strText, intPos) |
| Parameters | $strText (Required / String) String expression from which the rightmost characters are returned. $intPos (Required / Numeric) Numeric expression indicating how many characters to return. |
| Remarks | Extended use of SUBSTR |
| Returns | Returns a String containing a specified number of characters from the right side of a string. |
| Dependencies | None. |
| Examples | |
| Source | |