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
Value Returned
|
A list containing a handle to all scripts for this database entry is returned along with a list of all script names. |
||
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