aidenkael
Joined: 30 Aug 2011 Posts: 2
|
Posted: August 30, 2011 5:56 PM Post subject: ClrHome usage |
|
|
I have a small program that starts like this
Lbl lbl1
ClrHome
Disp "xxxxxxx"
Pause
Lbl lbl2
ClrHome
Disp "yyyyyyy"
Pause
etc.
When I execute the program, it seems to run fine, exact the home screen is never cleared. Is there some trick to using the ClrHome function that I am missing? Or an easier way to clear the home screen? Thanks! |
|