On May 19, 2006, at 20:41 UTC, Kevin Windham wrote: > You're right. Didn't think about that. But it would still be nice to > have a way to enter a string constant with raw data.
There is one way: create a "text" file containing this raw data, using whatever hex editor (or other method) you prefer; then drag this file into your project. It will be compiled as a constant. However, I'm not sure whether you could use such a constant as a property value using the # syntax. HTH, - 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 of this list here: <http://support.realsoftware.com/listarchives/lists.html>
