home *** CD-ROM | disk | FTP | other *** search
- !!Script
- // Copyright ⌐ 1997-1998 - Modelworks Software
-
- /**
- @Tool: activateWorkspace~activates the current workspace tab.
- @EndTool:
- @Summary: activateWorkspace~activates the current workspace tab
- */
-
- function DoCommand()
- {
- Application.activateCurrentTab();
- }
-
- !!/Script
-
-