| .RIGHT$ Function Details. |
|
  QuickSCREEN       Details       Example       Contents       Index |
| ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ |
| RIGHT$ Function Details |
|
| Syntax |
|   RIGHT$(stringexpression,n) |
|   |
| The argument stringexpression can be any string variable, string constant, or |
| string expression. If n is equal to the number of characters in the argument |
| stringexpression, then the RIGHT$ function returns stringexpression. |
| If n = 0, RIGHT$ returns the null string (length zero). |
|   |