• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Word script
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Word script


  • Subject: Re: Word script
  • From: Phil Stokes <email@hidden>
  • Date: Tue, 23 Aug 2016 12:44:17 +0700


On 23 Aug 2016, at 12:21, Jim Underwood <email@hidden> wrote:

 there is no good search engine for the AppleScript Users List.

I "built my own" some time ago, assigned to a keyboard hotkey:

--AppleScript help search tool
set theChoices to display dialog "Search for what?" default answer "" with title "AppleScript Search" buttons {"Cancel", "ASUsersList", "MacScripter"} default button "MacScripter"
set searchTerm to the text returned of the theChoices
set theSite to button returned of theChoices


tell application "Safari"
activate
if theSite = "ASUsersList" then
search the web for "site:http://lists.apple.com/archives/applescript-users " & searchTerm
else
search the web for "site:http://macscripter.net " & searchTerm
end if
end tell


Best


Phil


 _______________________________________________
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

References: 
 >Word script (From: BC <email@hidden>)
 >Re: Word script (From: Jim Underwood <email@hidden>)

  • Prev by Date: Re: Word script
  • Next by Date: [ANN] ModuleLoader 3.0
  • Previous by thread: Re: Word script
  • Next by thread: Re: Word script
  • Index(es):
    • Date
    • Thread