absDeleteBinMoveCellsTo
absDeleteBinMoveCellsTo(name{ Core | IO | Corner | Block | Ignore |user_bin_name} )=> t / nil
Description
Deletes a named user bin and moves any cells in that bin to another specified bin.
Arguments
|
Specifies the name of the bin into which any cells in the deleted bin are moved. |
|
Value Returned
Example
Deletes a user bin called userbin1 and moves any cells previously contained in it to the Core bin.
absDeleteBinMoveCellsTo "userbin1" "Core"
Related Topics
Return to top