Re: copy custom property set

2011-12-01 Thread Mike Bonner
You can do something like this. put the customproperties["en"] of stack "stackname" into myArray --at this point you can modify the array to change your values and then set the customproperties["ja"] of stack "stackname" to myArray On Thu, Dec 1, 2011 at 10:31 PM, Nicolas Cueto wrote: > Hello

Re: copy custom property set

2011-12-01 Thread Michael Doub
I think that your question may be more about arrays that custom properties. Maybe this will give you some ideas. -= Mike on mouseUp put "goodmorning" & Tab& "Good Morning!" & return &\ "goodevening" & tab & "Good Evening!" & return into enArray split enArray with return and tab p

copy custom property set

2011-12-01 Thread Nicolas Cueto
Hello. I'm not too confident with custom properties, so my terminology here could be imprecise. In my stack's custom properties there is a set called "en". In turn, that set "en" has a long list of keys (?). Thus, for example, if I script: put the en["greetingMorning"] of stack "myStack" it'