Product Documentation
Cadence SKILL Development Reference
Product Version IC23.1, June 2023

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

x_line

Line number on which the error marker needs to be set.

t_description

Description of the error marker.

w_tab

The window ID of the SKILL IDE editor window. The default is the current tab window.

Value Returned

t

The error marker has been set.

Examples

ilgSetErrorMarker(4 “this line is marked”)
=> t
; Sets the error marker on line 4.

Related Topics

SKILL IDE Functions


Return to top
 ⠀
X