Message-Id: <199806211738.NAA08165@mail.cgocable.net> From: "Glen L. Bowes" Organization: BCS To: djgpp AT delorie DOT com Date: Sun, 21 Jun 1998 13:41:14 -0400 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Displaying backslash Reply-to: bowes AT cgocable DOT net In-reply-to: <6mj9mc$krc$1@flex.london.pipex.net> Precedence: bulk On 21 Jun 98, at 16:44, Matthew Winchcombe wrote: > I'm using RHIDE & ALLEGRO 3 to make a program that requires directories to > entered. I need to be able to disply '\' character. Does any one know a > way of doing this. To display any reserved character you can append it with a backslash :) so in your case \\ would do the trick.