Re: Another Quark Question
Re: Another Quark Question
- Subject: Re: Another Quark Question
- From: Peter Waibel <email@hidden>
- Date: Thu, 22 Mar 2007 11:24:23 +0100
Hi Oakley,
maybe this will point you in the right direction:
tell application "QuarkXPress"
tell document 1
tell text box 1
tell text 1
set refList to object reference of every text whose contents is "x"
return refList
end tell
end tell
end tell
end tell
Peter
Am 21.03.2007 um 21:20 schrieb Oakley Masten:
Another Quark Question
I need to verify if a number is correct within a text
box.
The following works great for a single instance.
Unfortunately, I am now told that the text may contain
multiple instances of the number to check.
How would I go about checking the text for more than a
single instance without doing a repeat with every
character routine.
Is this possible?
-----start
property theText1 : {}
tell application "QuarkXPress"
set theText1 to text of current box as text
set charcount to number of characters in theText1
end tell
set theOff to offset of "#" in theText1
set TheECode to (characters (theOff) thru (theOff +
3)) of theText1 as text
-------end
thanks for your help
Oakley
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (applescript-
email@hidden)
Help/Unsubscribe/Update your Subscription:
40opix.de
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden
_______________________________________________
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