absSetLibrary
absSetLibrary(name)=> t / nil
Description
Specifies the library that you want to process through Abstract Generator. This involves either creating a new library and setting into it or setting into an existing library.
Arguments
Value Returned
Example
Sets the current library in Abstract Generator to be MyLibrary.
absSetLibrary( "MyLibrary" )
=> t
Related Topics
Return to top