Callback: | AEFRemoveListValuesFromList |
Arguments: |
Gadget - Gadget whose value is to be modified srcGadgetPath - Path to source gadget |
|
|
Description: | Given a source list and a destination list, all occurrences of the items in the source list are removed from the destination list. (sub strings are used as matching) |
Example: |
Button { Name = SetGadgetValue; Title = "SetGadgetValue"; /* This button will remove values from the * ListValue gadget that have substrings * matching values in the SelectList gadget */ Commands = AEFRemoveListValuesFromList&/.../ListValues ("/.../SelectList"); } |