On Mon, 3 Dec 2001, Johnathan Smith wrote:

> typedef struct 
> {
>  Char title[45];
> } textRec;

>   StrPrintF( tempRec.title, "Row %d", i +1);  
>   DmWrite (rec, 0, &tempRec, sizeof (tempRec));
>
> Why is insider showing funny text on the lines??

You've written 45 bytes but only filled in the first 6-8 of them, so
the rest is whatever garbage was on the stack. That's what Insider is
showing you.

Jake


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to