absSelectBin
absSelectBin(name)=> 0 / 1
Description
Selects the named bin. This makes the specified bin current for use with other functions.
Arguments
Value Returned
Example
Selects the Core bin and makes it the current bin.
absSelectBin( "Core" )
=> 1
Related Topics
Return to top