Re: [Circle] [NEWBIE] WIN95 Question

From: Ian Stephenson (circle@gsymud.demon.co.uk)
Date: 08/27/96


In message <Pine.SOL.3.95.960826221724.12974B-100000@cspo.queensu.ca>,
Alex <fletcher@cspo.queensu.ca> writes
>I have a new problem:(, Im adding a new greeting in config.c and when i
>recompile, all the charactors following a \ cause and error: unrecognized
>charactor sequence escape.
>
This is a 'C' prob and not a Win95 one...

\ is used as a control code in C.  (Eg: \n is a carriage return, \t is a
tab).  If you're trying to send a "\" to the user, use \\.

If not, I don't understand the problem.

Regards,
Ian Stephenson
+-----------------------------------------------------------+
| Ensure that you have read the CircleMUD Mailing List FAQ: |
|   http://cspo.queensu.ca/~fletcher/Circle/list_faq.html   |
+-----------------------------------------------------------+



This archive was generated by hypermail 2b30 : 12/07/00 PST