Re: For some strange reason
Re: For some strange reason
- Subject: Re: For some strange reason
- From: Christopher Stone <email@hidden>
- Date: Fri, 20 May 2011 06:57:46 -0500
On May 20, 2011, at 02:31, Ronald Hofmann wrote: For some strange reason this is not working:
______________________________________________________________________
Hey Ronald,
As Shane mentioned 'upper case' is not part of Applescript's base syntax.
set myVar to "hello" set theResult to uppercase myVar
It supports 'uppercase' and 'lowercase', and you can fudge title-case and sentence-case using regular expressions.
Jon Pugh's SmartString object does upper/lower case:
There are also some handlers out there that do a fine job - such as:
-- Best Regards, Chris
|
_______________________________________________
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