ilgResetErrorMarker
ilgResetErrorMarker(x_line[w_tab] ) =>t
Description
Clears the error marker that was set by ilgSetErrorMarker() on line x_line in the SKILL IDE editor window.
Arguments
|
Line number from which the error marker needs to be cleared. |
|
|
The window ID of the SKILL IDE editor window. Default is the current tab window. |
Value Returned
Examples
ilgResetErrorMarker(4)
; clears the error marker at line 4
Related Topics
Return to top