home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Invenzioni E Inventori 1: Lavoro E Vita Quotidiana
/
invenzioni-inventori-1.iso
/
mac
/
Invenzio
/
Extraurb
/
sharede.cst
/
03099_Script_3099
< prev
next >
Wrap
Text File
|
1997-10-08
|
368b
|
18 lines
on gestione_cursori
global lista_curap,lista_curan,lista_curnu
repeat with x=1 to count(lista_curap)
set valore to getat(lista_curap,x)
curap valore
-- put "curap ",valore
end repeat
repeat with x=1 to count(lista_curan)
set valore to getat(lista_curan,x)
curan valore
-- put "curan ",valore
end repeat
end