From: Vlad Pambucol Newsgroups: comp.os.msdos.djgpp Subject: Rhide strings Date: Wed, 18 Feb 1998 21:46:27 -0500 Organization: University of Rostock Lines: 19 Message-ID: <34EB9D02.D3612F30@linux1.aut.utt.ro> Reply-To: vlad DOT pambucol AT usa DOT net NNTP-Posting-Host: axeworld.ustra.abb.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hello I rewrite my question: I have this program in rhide: int *tst; .... tst=alloca(100); I want to see all the elements of tst in watch. How could I do that?????? Please, help me. In Borland C was: tst,100 Second question: how could I di\ysplay a watch quantitie in hex????? Please some answers!!!!! Vlad