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