• 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
AppleScript Editor (Result Window)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

AppleScript Editor (Result Window)


  • Subject: AppleScript Editor (Result Window)
  • From: Dave Moen <email@hidden>
  • Date: Wed, 03 Jan 2001 04:17:56 -0700

Hello,

Is is possible to get the text out of the result window?

Thanks in advance for your assistance.

tell application "Microsoft Word"
activate
set vNumChar to 0

repeat
set vNumChar to (vNumChar + 1)
do Visual Basic "Selection.MoveLeft Unit:=wdCharacter, Count:=1,
Extend:=wdExtend"
-- do Visual Basic "selection.copy"
get selection
if (the clipboard as text) contains "?" then exit repeat
end repeat
end tell


  • Follow-Ups:
    • Re: AppleScript Editor (Result Window)
      • From: Emmanuel <email@hidden>
    • Re: AppleScript Editor (Result Window)
      • From: Mr Tea <email@hidden>
  • Prev by Date: RE: Opening Filemaker Pro files
  • Next by Date: Re: Opening Filemaker Pro files
  • Previous by thread: Re: Scripting the OSA Menu?
  • Next by thread: Re: AppleScript Editor (Result Window)
  • Index(es):
    • Date
    • Thread