Right( )
| Action: | Returns a specified number of characters from the
right side of a string. |
| Syntax: |
RIGHT ("string",
length) |
| Parameters: |
String
Length
|
| Returns: |
The
substring requested. |
| See Also: |
InStr( ),
InStrRev( ), Left( ), SubStr(
) |
| Example: |
; get the
last 2 chars of the user's ID |