On Apr 02, 2007, at 16:22 UTC, John McKernon wrote: > If I declare a constant, then use that as the initial value in a > property declaration, it causes the compiler to reject all further > uses of that constant.
Ah, good work tracking that down. It explains why I didn't see it -- I haven't gotten into the habit of using property initial values at all, much less using constants for them. > Evidently it's no longer legal to use a constant as a default value > in a property definition. Dreary, but not a major roadblock. > > Should this be considered a bug? If so, I'll file a report. I'm not sure whether constants should be allowed as a default value, but I am sure that it shouldn't be causing errors elsewhere. So you should at least file that part as a report. Best, - Joe -- Joe Strout -- [EMAIL PROTECTED] Verified Express, LLC "Making the Internet a Better Place" http://www.verex.com/ _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
