home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 1998 October / PCpro_1998_10.ISO / compuser / Service.dxr / 00152.ls < prev    next >
Encoding:
Text File  |  1998-04-08  |  202 b   |  12 lines

  1. on mouseUp
  2.   global gMachine, gSystem
  3.   case gMachine of
  4.     "WIN_32", "WIN_16":
  5.       if gSystem = "WIN_311" then
  6.         go(1, "IN_PC16")
  7.       else
  8.         go(1, "IN_PC")
  9.       end if
  10.   end case
  11. end
  12.