scr_trace takes up to 16 arguments and show them in console window in one line. It is very useful when you need to trace value of many variables at one time.
Usage example:
x = 555;
scr_trace(x,'script',777);
Console output:
(1) 555 (2) script (3) 777
End User Licence Agreement (EULA).
initial commit