When I add an object (or class) to a "kernal" universe, these objects are appended to the end of the object (class) list in linked universes. How can I make the objects in the linked universes match the order listed in the kernal?
For example, if the kernal lists objects A, B , and C (in that order), then I delete and add object A:
The kernal objects are listed as A, B, C
All linked universes list the objects as B, C, A.