|
Description: |
Removes trailing spaces from a string. |
|
Parameters: |
nString-Characters enclosed in quotation marks. |
|
Syntax: |
$BFTrimRight(string) |
|
Example: |
$BFTrimRight(" removes trailing spaces from a string. ") ; returns " removes trailing spaces from string. " |