Hi Klaus ..
Found out that the problem with the table object and abstraction is related to the usage of abstractions.
You have to create the table object with "table $1" before using the subpatch and giving it the name of the table as parameter. Otherwise the name of the array in the table will be saved together with the subpatch, therefore always displaying the name you saved it with.
Step by step:
subpatches with the correct naming.
now if you start editing in the subpatch and save your changes to abst.pd, the array name will be saved with the patch ... really bad.
To edit the subpatch You *have* to open it as a single window (with the normal open) and not edit it when used as a subpatch.
Hope this makes the situation a little bit clearer ...
Now I may start thinking about how this problem could be solved ..
Guenter