I'm writing a script with php that will have a rotating cursor during waiting times. I started with printing out a '#' everytime, but that doesn't work well when there's 10,000 or so of them. I can use \r and rewrite the whole line again, but then you can see the cursor moving across the line. It works fine if I have it on a line by itself, but I would like to have it directly after a description of what it's waiting on, on the same line. Is there a way in php to have the cursor move back one char? Or is there a simpler way of doing this? Josh _______________________________________________ TCLUG Mailing List - Minneapolis/St. Paul, Minnesota http://www.mn-linux.org tclug-list at mn-linux.org https://mailman.real-time.com/mailman/listinfo/tclug-list