Re: [Tutor] command for clearing user screen input

2005-03-13 Thread Kent Johnson
Gopinath V, ASDC Chennai wrote: HI all, I'm trying a series of inputs ...i need to get the screen cleared after every 5 inputs...can any 1 tell me how do I do it Presuming you are using some kind of console window, you can do something like print '\n' * 50 Anything fancier is platform dependen

[Tutor] command for clearing user screen input

2005-03-13 Thread Gopinath V, ASDC Chennai
Title: command for clearing user screen input HI all,    I'm trying a series of inputs ...i need to get the screen cleared after every 5 inputs...can any 1 tell me how do I do it -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Sunday, March 13, 2005 4:31 P