Re: Freaky record access bug
Re: Freaky record access bug
- Subject: Re: Freaky record access bug
- From: julifos <email@hidden>
- Date: Wed, 26 Feb 2003 10:04:12 +0100
>
set freakyRecord to {a:1}
>
set quantumData to (b of freakyRecord) as list
>
--> {b of {a:1}}
>
>
Acckk!!
>
>
Did I blow a synapse playing Oni last night or is that not quite right?
>
>
Paul Skinner
What about this, too?
set x to "kaka"
(b of x) as list
--> {b of "kaka"}
Why is it coerced to reference on requesting list/record?
Here I see it more clearly:
set x to "kaka"
(b of x) as record
--> {<<class form>>:<<constant ****prop>>, <<class want>>:property, <<class
seld>>:contents, from:b of "kaka"}
result's contents
--> error, of course, tx-god.
JJ
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/
_______________________________________________
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.