• 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: Today's Question - poke a character in a string
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Today's Question - poke a character in a string


  • Subject: Re: Today's Question - poke a character in a string
  • From: Deivy Petrescu <email@hidden>
  • Date: Wed, 31 Jul 2002 15:10:28 -0400

Sometimes less is really less:
set foo to "1234567890"
set foo to (foo's text items)
set foo's item 5 to "E"
foo as string

--->1234E67890

At 10:49 AM -0700 7/31/02, Michelle Steiner wrote:
On Wednesday, July 31, 2002, at 02:37 AM, Andy Wylie wrote:

set (MyLongString's text items)'s item 400 to ">"

set foo to "1234567890"
set (foo's text items)'s item 5 to "E"
foo

--> "1234567890"

--Michelle



--
Deivy Petrescu
http://www.dicas.com
_______________________________________________
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.

References: 
 >Re: Today's Question - poke a character in a string (From: Michelle Steiner <email@hidden>)

  • Prev by Date: Script to automatically log-in or log-off from web site?
  • Next by Date: Re: Dose anyone know....
  • Previous by thread: Re: Today's Question - poke a character in a string
  • Next by thread: Re: Today's Question - poke a character in a string
  • Index(es):
    • Date
    • Thread