How to empty the buffer

2004-10-24 Thread Sreedhar . Kalkunte-Venkatachala
Hi I have written a program to add the strings. Now after every execution how to flush out the out. how $i = 0; while(LOGFILE) { $i++; if ($i 10) {

Re: How to empty the buffer

2004-10-24 Thread Bee
= undef; HTH, Bee - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, October 24, 2004 6:36 PM Subject: How to empty the buffer Hi I have written a program to add the strings. Now after every execution how to flush out the out. how $i = 0; while(LOGFILE

Re: How to empty the buffer

2004-10-24 Thread Flemming Greve Skovengaard
[EMAIL PROTECTED] wrote: Hi I have written a program to add the strings. Now after every execution how to flush out the out. how $i = 0; while(LOGFILE) { $i++; if ($i 10)

RE: How to empty the buffer

2004-10-24 Thread Sreedhar . Kalkunte-Venkatachala
thanks. problem resolved -Original Message- From: Flemming Greve Skovengaard [mailto:[EMAIL PROTECTED] Sent: 24 October 2004 12:13 To: [EMAIL PROTECTED] Cc: Kalkunte-Venkatachala, Sreedhar Subject: Re: How to empty the buffer [EMAIL PROTECTED] wrote: Hi I have written a program

RE: How to empty the buffer

2004-10-24 Thread Charles K. Clarkson
From: [EMAIL PROTECTED] wrote: : Hi : : I have written a program to add the strings. Now after every : execution how to flush out the out. how : $i = 0; : while(LOGFILE) : { : $i++; : if ($i 10) :