Re: list question
Re: list question
- Subject: Re: list question
- From: Michelle Steiner <email@hidden>
- Date: Tue, 3 Jun 2003 17:52:07 -0700
On Tuesday, June 3, 2003, at 01:37 PM, Chris Page wrote:
Lists and records are mutable. Numbers, strings, and most (all?) other
AppleScript objects are not -- you must copy string contents to a new
object if you wish to work with a substring, for example.
I do not follow this at all; a number or string is mutable.
set a to "A"
set a to a & "B"
a
--> "AB"
So string a is mutable; it was changed.
--Michelle
--
We're not human beings having a spiritual experience.
We're spiritual beings having a human experience.
_______________________________________________
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.