Callback: AEFRemoveListValues
Arguments: Gadget - Gadget whose value is to be modified
srcGadgetPath - substring to remove
"SELECTED" or "ALL"
"FIRST" or "ALL"
  
Description: For single-valued destination gadgets, removes the value of the specified source gadget from the value of the specified destination gadget. For List destination gadgets, removes the value of the specified source gadget from the list.
Example:
    
    
Button {
	Name = SetGadgetValue;
	Title = "SetGadgetValue";
	/* This button will Remove the first selected
	 * value of the ListSelection gadget from FinalValue
	*/
	Commands = 
	AEFRemoveListValues&/.../FinalValue
		("/.../ListSelection","SELECTED","FIRST");
}

    
NOTE: If the sourceGadget is a List, the value of the sourceGadget will be all List items ("flattened" to a comma-delimited string value if the destination gadget is not a List). If the sourceGadget is a Choice then the Choice will be treated as a List.
Supported AEF DSL Callbacks 134 Tivoli®  SecureWay Application Management Toolkit Guide