Arbortext Command Language > Functions by Alphabetical Listing > tbl_selection_clone
  
tbl_selection_clone
id = tbl_selection_clone(selectionId)
This function returns the ID of a new table selection object that contains the same table object IDs as table selection object selectionId. The user is responsible for freeing the object by calling tbl_obj_delete.
This routine can be used in conjunction with tbl_selection_restore and in circumstances where executing some ACL command would result in prematurely clearing a document's table object selector.