home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Invenzioni E Inventori 1: Lavoro E Vita Quotidiana
/
invenzioni-inventori-1.iso
/
mac
/
Invenzio
/
guida.dir
/
00907_Script_907
< prev
next >
Wrap
Text File
|
1997-10-07
|
341b
|
16 lines
on copialista sorg
set dest to [:]
-- put "num el in lista ",count(sorg)
repeat with x = 1 to count(sorg)
-- put "aggiungo valore " & getAt(sorg, x) & " val x = " & x
addProp dest, getPropAt(sorg, x), getat(sorg,x)
-- addAt (dest, x, getAt(sorg, x))
end repeat
put dest
return dest
end