DoReplace function

From StealthBot Wiki Backup
Revision as of 08:20, 1 December 2017 by Davnit (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The DoReplace function was historically available through the Script Support Class. This functionality has been removed because the VBScript native Replace() function can be used instead.

Development

This function was added in version 2.4.

In version 2.7, it was removed in favor of the VBScript native Replace() function.

Documentation

The Replace() function exposed the VB6 Replace() function to scripting.

See also