in reply to Re: How do you clear the screen?
in thread How do you clear the screen?

Why the print stuff?

This is enough:

system('clear');
But it only works on *nix systems, it fails on win32.