Re: Changing case to lower case in QuarkXPress v5
Re: Changing case to lower case in QuarkXPress v5
- Subject: Re: Changing case to lower case in QuarkXPress v5
- From: Emmanuel <email@hidden>
- Date: Tue, 28 Oct 2003 17:33:07 +0100
At 10:15 AM -0500 28/10/03, Arthur Knapp wrote:
>
property ksUpper : "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
>
property ksLower : "abcdefghijklmnopqrstuvwxyz"
>
>
tell application "QuarkXPress"
>
tell selection
>
repeat with i from 1 to 26
>
try
>
set every character where (it is (get ksUpper's character i)) to (get ksLower's character i)
Just in case, the (free) Satimage osax proposes "uppercase" and "lowercase".
Emmanuel
_______________________________________________
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.