Re: Lists to XML ?
Re: Lists to XML ?
- Subject: Re: Lists to XML ?
- From: Jean-Christophe Helary <email@hidden>
- Date: Sat, 25 Mar 2017 08:23:32 +0900
On Mar 25, 2017, at 8:06, Shane Stanley < email@hidden> wrote:
(listElement's addChild:newNode)
It's just a shorter way of writing:
tell listElement to its addChild:newNode
Using the "tell" version you need the "its" to retain the interleaved formatting, so using the possessive form is simpler. You're telling an object (listElement) to call the addChild: instance method
Why does it have to be between parens ?
Jean-Christophe |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden