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

  1. on Textlistesi
  2.   global templist
  3.   set templist to []
  4.   repeat with cno = 1241 to 1341
  5.     set tempname to the name of cast cno
  6.     delete char 1 of tempname
  7.     add(templist, tempname)
  8.   end repeat
  9.   put templist
  10. end
  11.