• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Freaky record access bug
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Prev by Date: Re: Passing variable to MS Word Macro
  • Next by Date: Repeat loops [was - Moving a file and changing its name in X]
  • Previous by thread: Freaky record access bug
  • Next by thread: Mail: Move message to another mailbox
  • Index(es):
    • Date
    • Thread