• 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: list question
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Follow-Ups:
    • Re: list question
      • From: Chris Page <email@hidden>
References: 
 >Re: list question (From: Chris Page <email@hidden>)

  • Prev by Date: saving mail.app attachment
  • Next by Date: Re: mailing-list meta-question (was: [applescript] list question)
  • Previous by thread: Re: list question
  • Next by thread: Re: list question
  • Index(es):
    • Date
    • Thread