Hi all
I want to change the color of a line in a fld if it contains the word
reservation
something like this but this
REPEAT for each line tline in fld "booking"
IF line tline contains "reservation" then
set the colors of line tline to "red"
end if
end repeat
Liam
IRELAND
liamlambert at mac.com