dmRemoveCellFromCategory
dmRemoveCellFromCategory(
g_categoryId
l_cellList
)
=> t / nil
Description
Removes one or more cells from a cell category.
Supplied for compatibility. The equivalent functionality using the ddCat API would be
foreach( i cellList ddCatSubItem( categoryId i~>name )
)
ddCatSave( categoryId )
After you call dmRemoveCellFromCategory, use ddCatClose on g_categoryId.
The DFII-DM function accepted a list of cell IDs. For forward compatibility, the implementation of this function accepts a list of cell IDs or cell names.
Arguments
Value Returned
Return to top