home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Invenzioni E Inventori 1: Lavoro E Vita Quotidiana
/
invenzioni-inventori-1.iso
/
mac
/
Invenzio
/
Mare
/
SHAREDM.CST
/
03094_Script_3094
< prev
next >
Wrap
Text File
|
1997-09-15
|
413b
|
17 lines
on commenta mar
go mar
set stringa to ""
set num_script to the framescript
set pgm to the scripttext of member num_script
set pgm to pgm & return & return
repeat while pgm <>""
set linea to estrai_linea (pgm)
set pgm to elimina_linea(pgm)
set stringa to ins_frase (stringa,"", "-- " & linea)
end repeat
set the scripttext of member num_script to stringa
end