digitalmars.D.bugs - doFormat bug
- Artem Rebrov (9/9) Apr 22 2006 for(int i=10;i<16;i++)
- Jarrett Billingsley (3/10) Apr 22 2006 Already reported, look at bug 113.
	for(int i=10;i<16;i++)
		{
		writef("%02X ",i);
		printf("%02X ",i);
		}
outputs
0: 0A 0; 0B 0< 0C 0= 0D 0> 0E 0? 0F
-- 
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
 Apr 22 2006
"Artem Rebrov" <ar_other mail.ru> wrote in message 
news:op.s8e5l0wzncj208 comp...
 for(int i=10;i<16;i++)
 {
 writef("%02X ",i);
 printf("%02X ",i);
 }
 outputs
 0: 0A 0; 0B 0< 0C 0= 0D 0> 0E 0? 0F
Already reported, look at bug 113. 
 Apr 22 2006








 
  
  
  "Jarrett Billingsley" <kb3ctd2 yahoo.com>
 "Jarrett Billingsley" <kb3ctd2 yahoo.com>