More Quark 5 broken
More Quark 5 broken
- Subject: More Quark 5 broken
- From: Glenn Kowalski <email@hidden>
- Date: Mon, 8 Apr 2002 15:31:04 -0400
This repeat loop works perfectly in 3.x or 4.x but never exits the
repeat in Quark 5. If anyone has any comments, can you cc me directly
since I'm on digest? Thanks.
tell application "QuarkXPress"
tell front document
tell story 1 of text box 1
repeat
try
set (every text where it = return & ">") to return
on error
exit repeat
end try
end repeat
end tell
end tell
end tell
--
Glenn Kowalski
Macintosh Systems Consultant
Studio 405, Inc.
http://www.studio405.com
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.