home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 74 / IOPROG_74.ISO / ioProg.exe / ioProg.DXR / Internal_100_ScriptTestoCercaReturn.ls < prev    next >
Encoding:
Text File  |  2003-09-30  |  181 b   |  13 lines

  1. global tast, textSearch
  2.  
  3. on keyDown me
  4.   tast = the key
  5.   if tast = RETURN then
  6.     tast = 0
  7.     textSearch = member("testoCerca").text
  8.     go(#next)
  9.   else
  10.     pass()
  11.   end if
  12. end
  13.