home *** CD-ROM | disk | FTP | other *** search
/ Experience Hawaii / HAWAII.ISO / pc / shared.dir / 14267.ls < prev    next >
Encoding:
Text File  |  1996-04-12  |  210 b   |  8 lines

  1. on getNames
  2.   put EMPTY into field "catcher"
  3.   put "captions 9/14/95" after field "catcher"
  4.   repeat with n = 15401 to 15800
  5.     put n & TAB & the name of cast n & RETURN after field "catcher"
  6.   end repeat
  7. end
  8.