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

    
Supported AEF DSL Callbacks 131 Tivoli®  SecureWay Application Management Toolkit Guide