ilgSetWarningMarker
ilgSetWarningMarker(x_line t_description[w_tab] ) =>t
Description
Sets the warning marker with pop-up description t_description on line x_line of the SKILL IDE editor window.
Arguments
|
The window ID of the SKILL IDE editor window. The default is the current tab window. |
Value Returned
Examples
ilgSetWarningMarker(4 “this line is marked”)
=> t
; Sets the warning marker on line 4.
Related Topics
Return to top