![]() ![]() |
|||||
|
|
DOWNLOAD To view this script, click the button below. Your browser should show you the script in your browser window. Copy and paste that script into ToolBook. |
|
|||
| Syntax |
stripBadChars(<string>) |
||||
| Parameters |
<string> A reference to a string value. |
||||
| Returns |
Returns the original string
but with all the bad characters removed. A list of bad characters is
contained in the function. |
||||
| Sample |
text of self =
stripBadChars(text of self) |
||||