home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Invenzioni E Inventori 1: Lavoro E Vita Quotidiana
/
invenzioni-inventori-1.iso
/
mac
/
Invenzio
/
Tori
/
Sharedi.cst
/
03106_Script_3106
< prev
next >
Wrap
Text File
|
1997-10-08
|
171b
|
12 lines
on elimina_linea str
set off1 to offset (return,str)
if off1 >0 then
return char off1+1 to length(str) of str
else
return ""
end if
end