Re: Setting a New Field in a Record?
Re: Setting a New Field in a Record?
- Subject: Re: Setting a New Field in a Record?
- From: Shane Stanley <email@hidden>
- Date: Wed, 11 Nov 2015 23:47:06 +1100
On 11 Nov 2015, at 11:43 PM, Dave <email@hidden> wrote:
>
> Is it possible to add a new Item to a Record after it has initially been created?
>
> Basically I want to do something like this:
>
> set myProps to the properties of the front window
> set userProperty1 of myProps to “Hello User”
Concatenate:
set myProps to myProps & {userProperty1:"Hello User"}
--
Shane Stanley <email@hidden>
<www.macosxautomation.com/applescript/apps/>
_______________________________________________
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