ddGetCombineValue
ddGetCombineValue(b_libID) =>l_libNames/ nil
Description
Returns a list of names of libraries in a combined library, if the library specified has the COMBINE attribute assigned.
Arguments
Value Returned
|
A list of names of libraries in the combined library, if the library specified has the |
|
|
The library was not found or did not have the |
Example
when( libNames=ddGetCombineValue(libId)
printf("'%s' combines libraries %L\n" libId~>name libNames)
)
Related Topics
Setting Attributes on a Library
Return to top