absSelectBinFrom
absSelectBinFrom(from to)=>integer
Description
Selects a range of bins. The selection is made from top to bottom starting from the from bin. The from bin should be above the to bin the Bins pane, otherwise all bins listed after from are selected.
Arguments
Value Returned
Example
Selects all bins in the range of userbin1 to userbin9 and returns the number of bins selected.
absSelectBinFrom( "userbin1" userbin9" )
=> 2
Related Topics
Return to top