home *** CD-ROM | disk | FTP | other *** search
/ MacFormat España 19 / macformat_19.iso / Rincón del lector / Reader's Contributions / HeadHunter™ / xfile.Dxr / 00020.ls < prev    next >
Encoding:
Text File  |  1996-07-23  |  164 b   |  14 lines

  1. on whichkey
  2.   if the key = RETURN then
  3.     CHECKID()
  4.   end if
  5. end
  6.  
  7. on CHECKID
  8.   if field "ID" contains "007" then
  9.     go("b")
  10.   else
  11.     go(1, "menu")
  12.   end if
  13. end
  14.