home *** CD-ROM | disk | FTP | other *** search
/ A Virtual Reality Guide to Texas / CD.iso / texdata / shared.cst / 00341.ls < prev    next >
Encoding:
Text File  |  1998-06-17  |  173 b   |  8 lines

  1. on putCastNamesInList start, end
  2.   put [] into castNameList
  3.   repeat with i = start to end
  4.     add (castNameList, the name of member i) 
  5.   end repeat
  6.   put castNameList
  7. end
  8.