Callback: AEFAppendListValue
Arguments: Gadget - Gadget whose value is to be modified
srcGadgetPath - Path to source gadget
  
Description: Similar to AEFAppendListValues, except that it will only take the first selected item from the list instead of all selected items.
Example:
    


Button {
	Name = SetGadgetValue;
	Title = "SetGadgetValue";
	/* This button will set the FinalValue gadget 
	 * with the currently selected value stored 
	 * in the ListValues gadget.
	*/
	Commands = 
	AEFAppendListValue&/.../FinalValue
		("/.../ListValues");
}




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