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