On May 14, 2006, at 11:23 AM, Ronald Vogelaar wrote:
Playing around a bit with RB2006, I find that a structure cannot be created dynamically... Same for Enum. Is this indeed not possible? If not, this would greatly limit its usability.
What do you mean by "dynamically"? If you mean that you cannot allocate instances with the New operator, that's part of the design: structures and enums are value types (like integers and booleans), not reference types (like objects and arrays).
Mars Saxman REAL Software _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
