home *** CD-ROM | disk | FTP | other *** search
/ Human & Space in Asia / ARIF_ASCI.ISO / pc / arif.dir / 00102.ls < prev    next >
Encoding:
Text File  |  1996-09-25  |  356 b   |  16 lines

  1. on testet
  2.   global Grouplist
  3.   repeat with c = 1 to count(Grouplist)
  4.     set templist to getAt(Grouplist, c)
  5.     repeat with d = 1 to count(templist)
  6.       if the number of cast getAt(templist, d) = -1 then
  7.         put "Eksik !!"
  8.         put c
  9.         put getAt(templist, d)
  10.         put "***********"
  11.       end if
  12.     end repeat
  13.     put c
  14.   end repeat
  15. end
  16.