home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Invenzioni E Inventori 1: Lavoro E Vita Quotidiana
/
invenzioni-inventori-1.iso
/
mac
/
Invenzio
/
index.dir
/
00134_Script_134
< prev
next >
Wrap
Text File
|
1997-10-15
|
909b
|
38 lines
on deleta
-- repeat with a = 1 to the number of lines in field 137
-- if offset("#mi",line a of field 137) then
-- put line a of field 137 & return after field 140
-- end if
-- end repeat
set fld to field 122
repeat with a = 1 to the number of lines in field 128
if line a of field 128 <> "" then
set x to line a of field 128
delete char 1 of x
repeat with s = 1 to the number of lines in fld
if offset (x,line s of fld) then
put "xxx"
put ","&item 2 of line s of fld after line a of field 128
exit repeat
end if
end repeat
put x
else
beep
end if
end repeat
-- set fld to field 128
-- repeat with a = 1 to the number of lines in fld
-- delete item 2 of line a of fld
-- end repeat
-- put fld into field 128
end