home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Invenzioni E Inventori 1: Lavoro E Vita Quotidiana
/
invenzioni-inventori-1.iso
/
mac
/
Invenzio
/
index.dir
/
00075_Script_75
< prev
next >
Wrap
Text File
|
1997-10-15
|
431b
|
14 lines
ON COLORA_LEMMARIO
global colore
-- set colore to 35
set campo to "lemmario colorato"
set xmax to the number of lines in field campo
repeat with x=1 to xmax
if offset ("*",line x of field campo) then
delete char (length ( line x of field campo))-1 to (length ( line x of field campo)) of line x of field campo
set the forecolor of line x of field campo to colore
end if
end repeat
end