[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Clearing the PrintLog



PureBytes Links

Trading Reference Links

What is the syntax for clearing the Print log .

This is what I am using now............

if Date > Date[1] then begin
print(Date,"Value80",Value80:4:0);
end;

Thanks