I am apparently missing something.  I used the following lines in a program, 
with the intention of the output to screen pausing 1 second, then printing 2 
line returns and 'The result is:', then pausing another second, then 
continuing with the rest of the printing.  What it does is pause one second, 
do the 2 line returns, wait another second, then do all the printing 
together.  I obviously have something wrong, but don't know what.

Section of code:

sleep (1);
print "\n\nThe result is:";
sleep (1);

print "\n\nI was home alone..... etc, etc.
-- 
Jim Gallott
West Meadows Farm, New Haven VT
[EMAIL PROTECTED]     http://www.westmeadowsfarm.com

Reply via email to