home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cocktail Hour
/
image.iso
/
COCKTAIL.DIR
/
lists_209.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-03-05
|
200 b
|
8 lines
on Bases Base, target
set x to count(Base)
repeat with i = 1 to x
set curLine to getAt(Base, i)
put line curLine of field "names" into line i of field ("spirit" & target)
end repeat
end