I found the user guide to be a little confusing on this:
7.8 Custom Properties
A custom property is a property that you create for an object, in addition to its built-in properties. You can define custom properties for any object, and use them to store any kind of data.
7.9.8
Storing an array in a custom property set
It is not possible to store an array in a single custom property, because each custom property set is already an array of the custom properties in the set.
I have been able to store an array in a custom property of a button and reuse the data from the array while the stack is in memory.
The property inspector gives a note that there is an array stored but that it cannot be edited there.
However, the button that had the custom property could not be copied to another empty stack.
On saving and reopening the stack has been corrupted (message on trying to open it again later on).
Has anyone had a similar experience?
I assume section 7.9.8 is there to clarify 7.8.
