X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com From: "Gerrit van Niekerk" Organization: GPvNO To: djgpp AT delorie DOT com Date: Thu, 27 Mar 2008 23:53:24 +0200 MIME-Version: 1.0 Subject: Re: Ride Debugger Watches in hex Message-ID: <47EC3374.12985.3312E1E@gerritvn.gpvno.co.za> In-reply-to: <0fPGj.4335$N_5.2204@trnddc05> References: <0fPGj.4335$N_5 DOT 2204 AT trnddc05> X-mailer: Pegasus Mail for Windows (4.41) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 27 Mar 2008 at 15:41, BobK wrote: > Any way to get rhide watch window to display integers in hex? The Borland C > syntax for doing so seems to not work. > -Bob Yes, put a /x in front of the variable e.g: /x iVar