|
Get SteelArrow!
|
|
|
|
.removewords
|
|
|
|
|
|
|
Return to Function List |
|
Removes words from the STRING object. The words that are removed are either words passed
as parameters to the function, or those listed in the 'removewordslist.data' file that
is created by the system administrator.
|
|
Syntax |
STRING.removewords( [words] )
|
words |
Semi-colon delimitted list of words to remove from the scoped STRING object. If this
list is not specified, the 'removewordslist.data' file is used. |
|
|
|
|
|
|
|
|