Re: copy & set statments
Re: copy & set statments
- Subject: Re: copy & set statments
- From: Arthur J Knapp <email@hidden>
- Date: Mon, 22 Oct 2001 11:41:50 -0400
>
From: email@hidden
>
Date: Sun, 21 Oct 2001 02:54:43 EDT
>
Subject: Re: copy & set statments
>
You've discovered data sharing. Data sharing applies to lists, records, and
>
script objects.
And dates:
set d1 to current date
set d2 to d1
Any change to d1 or d2 will be reflected in both dates, because
they are both to pointing to the same object.
Arthur J. Knapp
http://www.stellarvisions.com
mailto:email@hidden
Hey, check out:
http://www.zavatone.com/