home *** CD-ROM | disk | FTP | other *** search
/ Cocktail Hour / image.iso / COCKTAIL.DIR / lists_209.ls < prev    next >
Encoding:
Text File  |  1997-03-05  |  200 b   |  8 lines

  1. on Bases Base, target
  2.   set x to count(Base)
  3.   repeat with i = 1 to x
  4.     set curLine to getAt(Base, i)
  5.     put line curLine of field "names" into line i of field ("spirit" & target)
  6.   end repeat
  7. end
  8.