[comp.windows.ms] entering "funny" strings in .rc file

kipnis@janus.Berkeley.EDU (Gary Kipnis) (12/03/89)

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