<div># Hi everybody!</div>
<div># I tried to build an abstraction which remembers its previous state before closing the patch. I put an array in the abstraction with its &quot;save contents&quot; option checked and saved the state of the abstraction in this array of which name starts with $0- in order to make each table unique. A [loadbang] outputs the values stored in the array.
</div>
<div># But this doesn't seems to work. I made an example of this structure. abswmem.pd is a very simple abstraction, and test.abswmem.pd have two of them. After giving the arrays of the abstractions different values, saving the patch, closing it, and loading again. Nothing happens :-) The values aren't stored in the arrays.
</div>
<div># And I see the ambiguity. There is only one .pd file for the abstraction, so, only one file for storing the values of the array. Which abstraction object's array will be saved etc?</div>
<div>&nbsp;</div>
<div># Can anybody help with these?</div>
<div>-ugur guney-</div>