ddGetLibList
ddGetLibList(
)
=> l_libs/ nil
Description
Generates a list of the libraries in the libList.
Arguments
Value Returned
|
A list with one element for each library in the |
|
Examples
ddGetLibList( ) => (dd:2543240 dd:2611120 )
(ddGetLibList) ~> name => ("cdsDefTechLib" "l3")
Return to top