DoReplace function

From StealthBot Wiki Backup
Revision as of 17:40, 26 December 2009 by Ribose (talk) (Created page with 'The DoReplace function was historically available through the Script Support Class. This functionality has been removed because the VBScript native Replace() function can…')
(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