home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Invenzioni E Inventori 1: Lavoro E Vita Quotidiana
/
invenzioni-inventori-1.iso
/
mac
/
Invenzio
/
Citta
/
shared.cst
/
03098_Script_3098
< prev
next >
Wrap
Text File
|
1997-10-14
|
401b
|
23 lines
on scommenta stringa
set pgm to stringa & return
set stringa to ""
repeat while pgm <>""
set linea to estrai_linea (pgm)
set pgm to elimina_linea(pgm)
set off1 to offset("--",linea)
if off1>0 then
delete char 1 to off1+1 of linea
end if
set stringa to ins_frase (stringa,"", linea)
end repeat
return stringa
end