Re: Passing *possible* variables to a handler
Re: Passing *possible* variables to a handler
- Subject: Re: Passing *possible* variables to a handler
- From: Landis <email@hidden>
- Date: Fri, 12 Jul 2002 09:14:34 -0700
When you concatenate two records together, the values of the labels in
the first record take precedence. If the second record has labels that
the first does not, these and their values are used in the combined
record:
{varC:27} & {varC:3, varD:4}
--> {varC:27, varD:4}
Oh, yeah, duh. I guess I glossed over the part of my book that
describes record mathematics. (actually records, and a year later I'm
regretting that)
Thank you Nigel and Arthur for pointing this out to me. You should
see the number of try blocks I used to get this to work w/o that!
Gratefully yours,
Landis
_______________________________________________
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.