• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Convert first char to lower case
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Convert first char to lower case


  • Subject: Re: Convert first char to lower case
  • From: Arthur J Knapp <email@hidden>
  • Date: Thu, 10 Jan 2002 11:06:06 -0500

> Subject: Re: Convert first char to lower case
> From: email@hidden (Michael Sullivan)
> Date: Wed, 9 Jan 2002 13:33:01 -0500

> Arthur J. Knapp writes:

>> (Perhaps when Unicode is more properly integrated into AppleScript,
>> "item" and "character" will no longer be interchangeable???)


> They aren't interchangeable now, unless TIDS are set to the default of
> {""}


You are thinking of "text item", not "item":


set str to "Hello World"

set text item delimiters to {" "}

character 1 of str --> "H"
item 1 of str --> "H"

text item 1 of str --> "Hello"


{ Arthur J. Knapp, of <http://www.STELLARViSIONs.com>
<mailto:email@hidden>
try
<http://www.acmetech.com/>
on error number -128
end try
}


  • Prev by Date: Applescript over IP in OS X
  • Next by Date: Re: Tell OS X Application...
  • Previous by thread: Re: Convert first char to lower case
  • Next by thread: Re: Convert first char to lower case
  • Index(es):
    • Date
    • Thread