Re: Today's Question - poke a character in a string
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.