|
Description: |
Returns the last n character of a string. |
|
Parameters: |
String-Characters enclosed in quotation marks.
nLength-The number of characters to return. |
|
Syntax: |
$BFRight(string,nLength) |
|
Example: |
$BFRight("sunshine coast", 3) ; returns "ast" |