On Mar 20, 2007, at 6: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.
Hmmm. I'd make them computed properties and set them as follows. Function CR.Get() as String static foo as String = Encodings.UTF8.Chr(13) return foo End Function Charles Yeomans _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
