Path: utzoo!attcan!uunet!tut.cis.ohio-state.edu!ucbvax!janus.Berkeley.EDU!kipnis From: kipnis@janus.Berkeley.EDU (Gary Kipnis) Newsgroups: comp.windows.ms Subject: entering "funny" strings in .rc file Message-ID: <32968@ucbvax.BERKELEY.EDU> Date: 3 Dec 89 05:40:49 GMT Sender: usenet@ucbvax.BERKELEY.EDU Reply-To: kipnis@janus.Berkeley.EDU (Gary Kipnis) Organization: University of California, Berkeley Lines: 12 Hi, I have an interesting problem with my resource file. When creating a stringtable the compiler expects strings of the following format: "abcd" i need to have strings that have control characters in them i.e. in 'C' I had it defined as follows: char string[] = { 27, 8, 10, '[', 'a' } How can I enter a string of the above format into my resource file. Thank you. gary