home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1996 August / WPCAUG96.ISO / makers / search.dir / 00104.ls < prev    next >
Encoding:
Text File  |  1996-06-12  |  142 b   |  9 lines

  1. on disposeRearWindow
  2.   global rwObj
  3.   if the machineType <> 256 then
  4.     if objectp(rwObj) then
  5.       rwObj(mdispose)
  6.     end if
  7.   end if
  8. end
  9.