>Ok, is there any way to quickly find what fields/text members might be using
>a font?
How about something like this (untested, but I've seen your posts--you're
not helpless ;-)
repeat with i = 1 to the number or members of castLib("Internal")
if (member(i).type = #text) or )member(i).type = #field) then
if member(i).font = "Arial" then
put member(i).name
end if
end if
end repeat
Cordially,
Kerry Thompson
Learning Network
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list,
email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo. Thanks!]