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
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
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'