http://www.realsoftware.com/feedback/viewreport.php?reportid=gnrueust
In similar fashion to C, it would be extremely useful - particularly for maintainability and to keep "hard coded" values to a minimum - if one could define constant values, enum element values, and structure element array sizes to use expressions. Such expressions should be able to refer to other constants, or in the case of enum elements - be able to refer to constants or other elements in the same enum, by name ( maybe even elements in other enums too ) . This makes for much more maintainable code, where related constants and enums can be clearly seen to be linked where they are. so for example of one constant should always be 2* another constant, this relationship can be maintained automatically. Add yourself to the watch list if you think this is a useful thing to request _______________________________________________ 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>
