clear screen command

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vabsjava
    New Member
    • Oct 2006
    • 22

    #1

    clear screen command

    Is there any command to clear the screen

    as we use in c++ as (clrscr();)
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by vabsjava
    Is there any command to clear the screen

    as we use in c++ as (clrscr();)
    Certainly not like the clrscr of c++. I would suggest you don't bother with it until later as an exercise. You are unlikely to get a situation when the clrscr will be required.

    Comment

    Working...