Re: Init Caps Handler
Re: Init Caps Handler
- Subject: Re: Init Caps Handler
- From: Skeeve <email@hidden>
- Date: Wed, 21 Nov 2007 07:55:16 +0100
Philip Aker wrote:
set elan to "élAn"
set upper to (do shell script "echo 'puts [string toupper {" & elan &
"}]' | tclsh")
set lower to (do shell script "echo 'puts [string tolower {" & upper &
"}]' | tclsh")
set title to (do shell script "echo 'puts [string totitle {" & upper &
"}]' | tclsh")
set res to upper & space & lower & space & title
Fails with (e.g.)
set elan to "it's flaws are obviouse ;-)"
_______________________________________________
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