Re: can't figure this out
- Posted by George Walters <gwalters at sc.rr.com> Aug 28, 2001
- 440 views
Bernie, i is the same. The 2 statements are next to each other. No code in between. ...george ----- Original Message ----- From: "Bernie Ryan" <xotron at localnet.com> To: "EUforum" <EUforum at topica.com> Subject: RE: can't figure this out > > > George Walters wrote: > > Here's the code... > > > > printf(1,"%d %d\n",{screenTable[i][8],screenTable[i][7]}) -- > > this > > prints a 9 and a 2 so table8 is 9 and table7 is 2 > > > > tmp = > > ntf("%d",screenTable[i][8])&"."&sprintf("%d",screenTable[i][7]) -- > > if i > > print this with a printf i get 57.00 ??????? > > > > why is tmp not 9.2 ?? > > > > > george: > > Are you sure that the value [i] is the same? Try printing it > out at the same point in your program loop > Bernie > > >