Re: Querying Number of Lines in BBEdit
Re: Querying Number of Lines in BBEdit
- Subject: Re: Querying Number of Lines in BBEdit
- From: Mike at Lens and Shutter <email@hidden>
- Date: Tue, 06 Feb 2001 15:46:05 -0800
on 2/6/01 10:00 PM, Edmond Cho at email@hidden wrote:
>
I'm trying to query the number of lines in a BBEdit 4.5 document so I can
>
set up a repeat loop to get the contents of each line through the end of the
>
document.
try this, it works for me
tell application "BBEdit 5.1" to set the_count to (count lines of window 1)
as string
Mike Hinkins
-not an expert but learning-