CommandList_Remove()

Examples


The CommandList_Remove() function removes the specified item from a command list.

Syntax

CommandList_Remove(command_list_tag, item_tag)

Parameters

command_list_tag – The integer tag value specifying the command list from which an item is being removed.

item_tag – The integer tag value for the command or command list being removed.

Return value

A boolean. The value true indicates the item was removed, while false indicates it was not.


Documentation Feedback