ilgSetErrorMarker
ilgSetErrorMarker(x_line t_description[w_tab] ) =>t
Description
Sets the error marker with the 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
ilgSetErrorMarker(4 “this line is marked”)
=> t
; Sets the error marker on line 4.
Related Topics
Return to top