home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 October / Pcwk1097.iso / REKLAMY / ATA-INT / 3220 / 3220.EXE / 3220.DXR / 00070.ls < prev    next >
Encoding:
Text File  |  1997-02-13  |  151 b   |  11 lines

  1. global gMode, gStandardDelay, f
  2.  
  3. on exitFrame
  4.   set f to the frameLabel
  5.   if gMode then
  6.     btnJob4()
  7.   else
  8.     delayJob(gStandardDelay)
  9.   end if
  10. end
  11.