• 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
QXP's delimit tables
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

QXP's delimit tables


  • Subject: QXP's delimit tables
  • From: Alberto Salvagnini <email@hidden>
  • Date: Thu, 12 Jul 2001 12:59:33 +0200

Hi ,

I wort with QXpress but I never worked with QXP's delimit tables
Do you know where I can read and/or learn something about it?

Thanks

Alberto

Shane Stanley schrieb:

>
>
> I assume you're using version 4.11. The key is to use QXP's delimit table
> item. This is a table of values for every character that essentially defines
> how words are defined when scripting XPress. So you redefine the full point
> as a word member, like this:
>
> tell application "QuarkXPress 4.11"
> set oldPoint to delimit item "." of delimit table 1
> set delimit item "." of delimit table 1 to can be contained in word
> tell story 1 of current box
> set x to word 1
> end tell
> set delimit item "." of delimit table 1 to oldPoint
> end tell
> display dialog x
>
> Note that:
>
> (a) This doesn't change anything in the UI; and
>
> (b) It remains in force until you either change it or quit XPress, so you
> want to use it with care and lots of error trapping.
>
> It's a very useful class that was inexplicably dropped after version 3.32,
> but thankfully reappeared with 4.1.
>
> --
> Shane Stanley, email@hidden
> _______________________________________________
> applescript-users mailing list
> email@hidden
> http://www.lists.apple.com/mailman/listinfo/applescript-users

[demime 0.98b removed an attachment of type text/x-vcard which had a name of asalvagnini.vcf]


  • Follow-Ups:
    • Re: QXP's delimit tables
      • From: Shane Stanley <email@hidden>
References: 
 >Re: QuarkXpress: Gettings words (From: Shane Stanley <email@hidden>)

  • Prev by Date: [OSX]path to modem scripts folder
  • Next by Date: Re: Font Book PDF Solution
  • Previous by thread: Re: QuarkXpress: Gettings words
  • Next by thread: Re: QXP's delimit tables
  • Index(es):
    • Date
    • Thread