richardlasagna@earthlink net
On Saturday, August 24, 2002, at 12:11 AM, Allen Watson wrote:
On or near 8/23/2002 1:42 AM, Mark and Theresa at [EMAIL PROTECTED] observed:
>> Therefore, you need
>> to remove some code that exits after 20 lines. Delete this line:
>>
>> if linesScanned ≥ 20 then exit repeat -- Don't scan >10 lines
>>
> 'Scuse my ignorance, but I can't find that line! I think I'm using version
> 2.0 of the script if that makes a difference.
It's in my copy of v2.0. Just search for "linesScanned", toward the end. Here is a longer segment, showing the line commented out:
end if
set linesScanned to linesScanned + 1
-- if linesScanned ≥ 20 then exit repeat -- Don't scan >10 lines
end repeat
if changed then
set the content of theMsg to newText
set howMany to howMany + 1
end if
--
My web page: <http://home.earthlink.net/~allenwatson/>
My scripts page: <http:homepage.mac.com/allenwatson>
Microsoft MVP for Mac Entourage/Word--<[EMAIL PROTECTED]>
