Platform | Win32, x64 |
Purpose |
To set the maximum number of lines to be stored for a given ClearWin window. |
Syntax |
SUBROUTINE SET_MAX_LINES@(HWND,N) |
Description |
Sets a maximum to the number of lines of output (N > 50) that is to be stored by the ClearWin window with handle HWND. Before storing line N +1, line 1 is deleted etc.. |