CLS: --------------- This command clears the screen (buffer) of anything that might be on it. Example: CLS PRINT "Hello! Press any key to clear the screen." DO LOOP UNTIL INKEY$ = " " CLS END