absAttachTechLib
absAttachTechLib(name)=> t / nil
Description
Attaches the named technology library to the current library.
Arguments
|
Specifies the name of the technology library to be attached. You must set the current library before attaching a technology library. |
Value Returned
Examples
Attaches the technology library, techlib1, to the current library, MyLibrary.
absSetLibrary( "MyLibrary" )
=> t
absAttachTechLib( "techlib1" )
=> t
Related Topics
Return to top