Callback: AEFRemoveGadgetValueAsString
Arguments: Gadget - Gadget whose value is to be modified
srcGadgetPath - substring to remove
"FIRST" or "ALL"
  
Description: For single-valued destination gadgets, removes from the destination gadget value the value of the specified source gadget. For List destination gadgets, deletes any List entries matching the the value of the specified source gadget.
Example:
    
    
Button {
	Name = SetGadgetValue;
	Title = "SetGadgetValue";
	/* This button will Remove the string "RemoveMe"
	 * from the value contained in the gadget 
	 * FinalValue
	*/
	Commands = 
	AEFRemoveGadgetValueAsString&/.../FinalValue
		("RemoveMe","FIRST");
}

    
NOTE: If the sourceGadget is a List, the value of the sourceGadget will be a comma-delimited string composed of all List values.
Supported AEF DSL Callbacks 132 Tivoli®  SecureWay Application Management Toolkit Guide