home *** CD-ROM | disk | FTP | other *** search
- !!Script
- // Copyright ⌐ 1997-1998 - Modelworks Software
- // @Created build 232 cm19981109
-
- /**
- @Tool: activateReplaceWith~activates the replace with edit window.
- @EndTool:
- @Summary: activateReplaceWith~activates the replace with edit window.
- */
-
- var gOutput = getOutput();
-
- function DoCommand()
- {
- var replaceWithEdit = getGlobal("FinderReplaceWith", null);
- if (replaceWithEdit)
- {
- replaceWithEdit.setActive();
- }
- }
-
- !!/Script
-
-