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