home *** CD-ROM | disk | FTP | other *** search
/ Fuji Wa La Te I Ka - Hyakunin Isshu Karuta / KARUTA.bin / wins / load.dir / 00024_Script_24 < prev    next >
Text File  |  1995-11-10  |  261b  |  7 lines

  1. on exitFrame
  2.   if (the number of lines in field "Name" > 0 and (the key = ENTER or the key = RETURN)) ¼
  3. or (the number of chars in field "Name" > 8 and (the key = ENTER or the key = RETURN)) then
  4.     put "" into field "Name"
  5.   end if
  6.   go to the frame
  7. end