On Mar 20, 2007, at 4:07 PM, John McKernon wrote: >> Global constants cannot be assigned non-printing characters such >> as Return, >> Tab, Space, and so on. > > I'd make them string properties and assign them their values when > your application launches.
As regular properties they could be accidentally assigned to and changed and it's only convention that prevents you from doing this. A method that returns a string could not be misused quite so readily Nor could a computed property that only has a GET _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
