• 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: Selecting and deleting text in QuarkXPress
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Selecting and deleting text in QuarkXPress


  • Subject: Re: Selecting and deleting text in QuarkXPress
  • From: Shane Stanley <email@hidden>
  • Date: Fri, 20 Jul 2001 19:35:16 +1000

I wrote:

> tell application "QuarkXPress 4.11"
> tell document 1
> tell text box 1
> set theOffset to offset of character -1 of line -1
> delete text from character theOffset to character -1 of story 1
> end tell
> end tell
> end tell

I should have written:

tell application "QuarkXPress 4.11"
tell document 1
tell text box 1
set theOffset to offset of character -1 of line -1
delete text from character (theOffset + 2) to character -1 of story 1
end tell
end tell
end tell

--
Shane Stanley, email@hidden


References: 
 >Selecting and deleting text in QuarkXPress (From: David Lloyd <email@hidden>)

  • Prev by Date: Re: Selecting and deleting text in QuarkXPress
  • Next by Date: Re: Select CD
  • Previous by thread: Re: Selecting and deleting text in QuarkXPress
  • Next by thread: Re: Selecting and deleting text in QuarkXPress
  • Index(es):
    • Date
    • Thread