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: Dave <email@hidden>
- Date: Wed, 11 Nov 2015 16:21:24 +0000
Thanks a lot, obvious once you know!
> On 11 Nov 2015, at 12:47, Shane Stanley <email@hidden> wrote:
>
> 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
_______________________________________________
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