NEVERSLEEP
Programmer
lets say u have a program
than does x time a operation
how can show i progress (like " 12 % done " etc..)
without doing something like :
cause this could b false (say the operation are not the same)
thanks a lot ---------------------------------------
someone knowledge ends where
someone else knowledge starts
than does x time a operation
how can show i progress (like " 12 % done " etc..)
without doing something like :
Code:
&do_operation;
print "1 % done";
&do_operation;
print "2 % done";
etc...
thanks a lot ---------------------------------------

someone knowledge ends where
someone else knowledge starts