Re: list question
Re: list question
- Subject: Re: list question
- From: Chris Page <email@hidden>
- Date: Tue, 03 Jun 2003 21:13:36 -0700
On Tuesday, Jun 3, 2003, at 20:45 US/Pacific, Paul Berkowitz wrote:
set chars to characters of "mutable"--> {"m", "u", "t", "a",
"b","l", "e"}
set item 4 of chars to "i" --> no problem, lists are mutable
chars --> {"m", "u", "t", "i", "b","l", "e"}
Right. And you're just replacing the immutable string "a" with the
immutable string "i" in the mutable list. Neither "a" nor "i" are
altered.
--
Chris Page - Software Wrangler - Palm, Inc.
_______________________________________________
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.