Product Documentation
Virtuoso ADE SKILL Reference
Product Version IC23.1, November 2023

axlGetScripts

axlGetScripts( 
x_element 
) 
=> l_scripts / nil 

Description

Returns a list containing the handle to all scripts for this database entry and a list of all script names.

Arguments

x_element

Handle to the setup database element.

Value Returned

l_scripts

A list containing a handle to all scripts for this database entry is returned along with a list of all script names.

nil

Indicates an error.

Examples

Returns a list containing the handle to all scripts for the database entry 1045 along with a list of all script names.

axlGetScripts (1045)
=> '((1001 "script1.ocn")
      (1002 "script2.ocn")
     )

Return to top
 ⠀
X