home *** CD-ROM | disk | FTP | other *** search
/ Internet Directory for Dummies (2nd Edition) / InternetDirectoryForDummies2ndEdition.iso / mac / Internet / Anarchie 2.0.1 / Scripting / AppleScripts / Get Selection < prev    next >
Encoding:
Text File  |  1994-05-10  |  75 b   |  5 lines  |  [TEXT/ToyS]

  1. tell application "Anarchie"
  2.     selectall
  3.     get contents of selection
  4. end tell
  5.