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.
|
||||||||||||||||||
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"); } |