Re: Count word's occurences
Re: Count word's occurences
- Subject: Re: Count word's occurences
- From: Nigel Garvey <email@hidden>
- Date: Wed, 10 Sep 2014 13:18:39 +0100
I wrote on Wed, 10 Sep 2014 12:51:38 +0100:
>You can make the page scroll — at the cost of some speed — by selecting the
>insertion point at the end of the text. ie. Change this …
>
>>> tell application "TextWrangler" to make new line at end of text of
>>> text window theDocName with data (myFruit & space & fruitQuantity)
>
>… to this:
>
> tell application "TextWangler"
> tell text of front text window
Sorry. That should of course have been:
tell application "TextWangler"
tell text of text window theDocName
NG
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden