home *** CD-ROM | disk | FTP | other *** search
/ Passport / passport.iso / pc / passport / notepad.dxr / Internal_3_Nomefile.ls < prev    next >
Encoding:
Text File  |  1998-01-26  |  112 b   |  6 lines

  1. on keyUp
  2.   if (the key = RETURN) and (the text of field "NomeFile" <> EMPTY) then
  3.     OKNomeFile()
  4.   end if
  5. end
  6.