absNewBin
absNewBin(name{ Core | IO | Corner | Block | Ignore } )=> t / nil
Description
Creates a new user bin to store library cells.
Arguments
|
Specifies the name of the new user bin to create. Do not enter spaces in the name. |
|
Value Returned
Example
Create a new user bin called userbin1 which has the bin type Core.
absNewBin "userbin1" "Core"
=> t
Related Topics
Return to top