<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta content="text/html;charset=UTF-8" http-equiv="Content-Type"></head><body ><div style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt;"><div><blockquote style="border: 1px solid rgb(204, 204, 204); padding: 7px; background-color: rgb(245, 245, 245);"><div>Namespaces := Dictionary new.<br></div><div>Namespaces<br></div><div>add: (-2) -> OrderedCollection new;<br></div><div>      add: (-1) -> OrderedCollection new;<br></div><div>      add: (0) -> OrderedCollection new;<br></div><div>      add: (1) -> OrderedCollection new;<br></div><div>      add: (2) -> OrderedCollection new;<br></div><div>      add: (3) -> OrderedCollection new;<br></div><div>      add: (4) -> OrderedCollection new;<br></div><div>      add: (5) -> OrderedCollection new;<br></div><div>      add: (6) -> OrderedCollection new;<br></div></blockquote><div><br></div></div><div>Hi Folks,<br></div><div><br></div><div>I am going to be adding a lot of objects to the ordered collections in that dictionary.<br></div><div><br></div><div>Basically, this is a Class pointing to a large number of Objects.<br></div><div><br></div><div>Is that a good place to put them?<br></div><div><br></div><div>I need these things to persist in image after shut-down.<br></div><div><br></div><div><br></div><div>Thx in advance.<br></div><div><br></div><div>t</div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div></div><br></body></html>