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

  1. !!Script
  2. // Copyright ⌐ 1997-1998 - Modelworks Software
  3.  
  4. /**
  5. @Tool: activateOutput~activates the output panel window. 
  6. @EndTool: 
  7. @Summary: activateOutput~aactivates the output panel window 
  8. */
  9.  
  10. var gOutput = getOutput();
  11.  
  12. function DoCommand()
  13. {
  14.     gOutput.setActive();
  15. }
  16.  
  17. !!/Script
  18.  
  19.