home *** CD-ROM | disk | FTP | other *** search
/ Spawn Figure Collection / spawn collection cd.iso / setup / data1.cab / Program_Executable_Files / Collection.dir / 00020.ls < prev    next >
Encoding:
Text File  |  1998-01-19  |  481 b   |  18 lines

  1. on editablecheck s, t, g
  2.   global lseries
  3.   set ls to getAt(lseries, s)
  4.   set lt to getAt(the ltitle of ls, t)
  5.   set lg to getAt(the lgroup of lt, g)
  6.   if the pprotect of lg = "1" then
  7.     alert("├ç┬▒├ç├â├ëf├à[├ë^├ç├ò├ëv├ë├º├ëe├ëN├ëg├ç┼╜├ç├ì├ç╞Æ├ç┬ó├çΓÇ╣├ç├¥├àB├»┼ô├ºX├çΓäó├ç┬╝├ç┬┤├çΓÇ╣├ç├╛├ç├Æ├àB")
  8.     return 0
  9.   end if
  10.   return 1
  11. end
  12.  
  13. on cleardisp
  14.   set the text of field "Series" to EMPTY
  15.   set the text of field "Title" to EMPTY
  16.   set the text of field "Comment" to EMPTY
  17. end
  18.