ClearDebug
From SCAR Divi Manual
Definition
procedure ClearDebug;
Availability
SCAR Divi 3.00 > Current
Description
This function clears all content currently present in the debug box.
Example
begin WriteLn('Clearing the debug box in 2 seconds!'); Wait(2000); ClearDebug; WriteLn('Hello World!'); end.
Output:
Hello World!