RE: Text - change case Resolved
RE: Text - change case Resolved
- Subject: RE: Text - change case Resolved
- From: "Ruby Madraswala" <email@hidden>
- Date: Thu, 19 May 2005 15:34:55 -0400
- Thread-topic: Text - change case Resolved
Thanks to all those who responded.
This is what I used and works.
Tell application "Text Commands"
Set newwowrd to titlecase(item x of wordist)
End Tell
Write counter " " & newword & return to outfile
Thanks Again
Ruby
-----Original Message-----
From: has [mailto:email@hidden]
Sent: Thursday, May 19, 2005 12:31 PM
To: Ruby Madraswala
Subject: RE: Text - change case
Hey,
>I downloaded the text command and copied the text commands files to
>Applescript Folder.
>
>And changed the script to
>
>Set newwowrd to titlecase(item x of wordist)
>Write counter " " & newword & return to outfile
Did you put a 'tell application "TextCommands"' block around the
titlecase command? Like Keychain Scripting, URL Access Scripting and
co., TextCommands is an application, not an osax, so you need to
remember to do this.
(BTW, I notice the examples I gave in the ReadMe file leave out the tell
block so I've clarified this now.)
HTH
has
--
http://freespace.virgin.net/hamish.sanderson/
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden