' FB 1.05.0 Win64 ' FreeBASIC has a built in Cls command which clears the console on Windows ' but it may still be possible to scroll the console to view its ' previous contents. The following command prevents this. Shell("Cls") Sleep