Name Reset
Type Method
Summary Resets all outstanding MXP/Pueblo tags
Prototype void Reset();
Description This closes any outstanding MXP/Pueblo tags, and resets the output window colours to ANSI white on black. It also cancels underline, highlight, and inverse.
VBscript example
world.reset
Jscript example
world.Reset();
PerlScript example
$world->Reset();
Returns Nothing.