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

ilgUnfoldLine

ilgUnfoldLine( 
[ x_column ]
[ x_row ] 
)
=> t / nil

Description

This function unfolds a document block in SKILL IDE at position (x_column x_row), if it was folded. Here (x_column x_row) is the location of an opening parenthesis. If this function is called without arguments, the current cursor location is used for computing (x_column x_row).

Arguments

x_column

Column coordinates of the opening parenthesis '('.

x_row

Row coordinates of the opening parenthesis '('.

Value Returned

t

The document block was successfully unfolded.

nil

The unfold of document block was unsuccessful.

Examples

If code block at line 1 is folded:

[+]defun(test (x y)
)
ilgUnfoldLine(6 1)
=> t

Related Topics

SKILL IDE Functions


Return to top
 ⠀
X