|
Right() |
|
|
Purpose To retrieve a substring beginning with the rightmost character Syntax Right( <cString> , <nCount> ) cSubString Arguments <cString> is the character string from which to extract characters. <nCount> is the number of characters to return. Returns Right() returns the rightmost <nCount> characters of <cString>.
|