Hello folks,
I have written a little program which does a few sql calls. And while
those results are
being processed I would like to show a counter displaying the amount of
time "passing" while
the user awaits for the result. However, I don't want it to look like
this:
1
2
3
4
..
..
..
But rather, I want to display 1, sleep(1), then display 2 in place of 1.
All on the same line.
Can some one tell me how is this done...
thanks in advance.
-r

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to