Callback: AEFAppendListValuesFromListTokenNum
Arguments: Gadget - Gadget whose value is to be modified
srcGadgetPath - Path to source gadget
delimiters - delimiters between tokens
"###" - token number to act on
  
Description: Given a source list, destination list, delimiter, and token number(as a string) will use the token to append all instances of source lists string at token num to the destination list.

Before Call
(delimiters="." ###="0")
After Call
Source
Destination
aef.1.2
dlm
bjk.2.3
eno
cgh.3.4
Destination
dlm
eno
aef
bjk
cgh
Example:
Button {
	Name = SetGadgetValue;
	Title = "SetGadgetValue";
	/* This button will append values to the 
	 * ListValue gadget that have substrings
	 * matching the first token in the set of
	 * all values in the SelectList gadget using
	 * a delimiter of ":"
	*/
	Commands = 
	AEFAppendListValuesFromListTokenNum&/.../ListValues
		("/.../SelectList",":","0");
}
    
Supported AEF DSL Callbacks 154 Tivoli®  SecureWay Application Management Toolkit Guide