Difference between revisions of "DoReplace function"

From StealthBot Wiki Backup
Jump to: navigation, search
(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…')
 
m (1 revision imported)
 
(No difference)

Latest revision as of 08:20, 1 December 2017

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