dbDeleteGroupByName
dbDeleteGroupByName(d_cellViewt_name) => t / nil
Description
Deletes a group and its members from a cellview.
Arguments
Value Returned
|
The group does not exist or it is found and successfully deleted. |
|
Examples
dbDeleteGroupByName(cv "GROUP")
Related Topics
Group Creation and Modification Functions
Return to top