absCopyBinOptions
absCopyBinOptions(from_bin{ Core | IO | Corner | Block | Ignore |user_bin_name}to_bin{ Core | IO | Corner | Block | Ignore |user_bin_name} )=> t / nil
Description
Copies bin option settings from one bin to another.
Arguments
Value Returned
Example
Copies the option settings from the Core bin to the user bin called userbin1.
absCopyBinOptions "Core" "userbin1"
=> t
Related Topics
Return to top