home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Invenzioni E Inventori 1: Lavoro E Vita Quotidiana
/
invenzioni-inventori-1.iso
/
mac
/
Invenzio
/
index.dir
/
00067_Script_67
< prev
next >
Wrap
Text File
|
1997-10-15
|
971b
|
25 lines
on alberi lista
global vis,qf,qa,qrm,qrp
set vis to 19
set qf to ""
set qa to ""
set qrm to ""
set qrp to ""
repeat with inc = 1 to the number of items in lista
set vis to vis + 1
put char 3 to 4 of item inc of lista into item inc of qf
case (item inc of qf) of
01,02,03,04,05,07,08,10,11,12,16,22:
put "albgenea.dir" into item inc of qa
06,13,14,15,18,19,21,23,24,25,42,48:
put "albgene2.dir" into item inc of qa
28,29,30,31,32,33,34,35,37,38,40:
put "albgene3.dir" into item inc of qa
27,41,43,44,45,46,47,49,50,51,52:
put "albgene4.dir" into item inc of qa
end case
put item 2 of line integer(item inc of qf) of field "albtito" into field "titolo"&inc
put item 1 of line integer(item inc of qf) of field "genpath_list" into item inc of qrm
put item 2 of line integer(item inc of qf) of field "genpath_list" into item inc of qrp
end repeat
end