Quark 6, 10.3.3 Every character whose character is "$"
Quark 6, 10.3.3 Every character whose character is "$"
- Subject: Quark 6, 10.3.3 Every character whose character is "$"
- From: Jason Bourque <email@hidden>
- Date: Mon, 10 May 2004 21:03:09 -0400
Hello,
I am trying to set every character where it is "&" to superior of the
current text box. I can get to the text box but the whose clause is kicking
my butt. Any help is greatly appreciated.
Thanks,
Jason Bourque
-- this is what I can remember from my code at work
Tell application "QuarkXPress"
Tell document 1
set vCurrentBox to current box
tell story of vCurrentBox
Set style of every character whose contect is "$" to {on stlyes: "superior"}
end
End
end
_______________________________________________
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.