home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Invenzioni E Inventori 1: Lavoro E Vita Quotidiana
/
invenzioni-inventori-1.iso
/
mac
/
Invenzio
/
Citta
/
shared.cst
/
03093_Script_3093
< prev
next >
Wrap
Text File
|
1997-10-14
|
231b
|
13 lines
on gestione_entrata lista
set y to 0
repeat with x= 1 to count(lista)/2
set y to y+1
set num1 to getAt(lista, y)
set y to y+1
set num2 to getAt(lista, y)
entrata num1,num2
end repeat
end