home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today (BR) Volume 2 #6 / CDRTV2N6.iso / makers / search.dir / 00104_Script_104 < prev    next >
Text File  |  1996-03-11  |  136b  |  6 lines

  1. on disposeRearWindow
  2.   global rwObj
  3.   if the machineType <> 256 then
  4.     if objectP( rwObj ) then rwObj( mDispose )
  5.   end if
  6. end