home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 67 / IOPROG_67A.ISO / soft / Tools / mwsppv4.exe / ACTIVATEWORKSPACE.SCRIPT < prev    next >
Encoding:
Text File  |  1998-02-25  |  292 b   |  17 lines

  1. !!Script
  2. // Copyright ⌐ 1997-1998 - Modelworks Software
  3.  
  4. /**
  5. @Tool: activateWorkspace~activates the current workspace tab. 
  6. @EndTool: 
  7. @Summary: activateWorkspace~activates the current workspace tab 
  8. */
  9.  
  10. function DoCommand()
  11. {
  12.     Application.activateCurrentTab();
  13. }
  14.  
  15. !!/Script
  16.  
  17.