Re: Creating list references in handlers. Bad code or bug?
Re: Creating list references in handlers. Bad code or bug?
- Subject: Re: Creating list references in handlers. Bad code or bug?
- From: Victor Yee <email@hidden>
- Date: Sun, 16 Sep 2001 16:19:46 -0400
Hmmm, is this a bug?
set x to {1, 2}
set end of x's contents to 3
x
--> {1, 2}
Victor