Hey quick question:
Is there a way to get specific lines from SCAR's debug box?
Eg.
Writeln('Line 1');
Writeln('Line 2');
Writeln('Line 3');
Writeln('Line 4');
I want to retrieve the string in line 3.
Sorry if this has already been asked.
Hey quick question:
Is there a way to get specific lines from SCAR's debug box?
Eg.
Writeln('Line 1');
Writeln('Line 2');
Writeln('Line 3');
Writeln('Line 4');
I want to retrieve the string in line 3.
Sorry if this has already been asked.
Open Scar. Press F1
function GetDebugLine(Line: Integer): string;
Returns a certain given line of the debug box.
!
See this tutorial:
http://www.villavu.com/forum/showthread.php?p=603758
There are currently 1 users browsing this thread. (0 members and 1 guests)