Duplicating Tables
There's a lot of things that I like about the way that tables are setup. Among them the idea I can assign contents to a table and have them fill to the correct cell as long as the data is formatted correctly.
However two things irk me about tables:
1) They have no geometric bounds.
2) You can't use the duplicate method on them.
Why are tables setup like this? It seems to me that tables are interfaced with in a way that no other objects are.
Thanks for your thoughts.