Re: applescript-users digest, Vol 3 #858 - 16 msgs
Re: applescript-users digest, Vol 3 #858 - 16 msgs
- Subject: Re: applescript-users digest, Vol 3 #858 - 16 msgs
- From: Emmanuel <email@hidden>
- Date: Wed, 18 Sep 2002 10:05:33 +0200
On Tuesday, September 17, 2002, at 06:24 PM, Arthur J. Knapp wrote:
string & (string or coerceable to string) --> string
record & (must be record) --> record
(anything else) & (anything else) --> list
[...]
Far from the original question, but possibly interesting and not
obvious to beginners:
{record1} & {record2} --> record, where the fields shared by the two
records have the value they have in record1
{pencils:1, books:1} & {pencils:2, eraser:2} --> {pencils:1, books:1,
eraser:2}
(tested under Jaguar)
Emmanuel
whose Jaguar is a e-type
_______________________________________________
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.