Callback: | AEFRemoveGadgetValueAsStringToken |
Arguments: |
Gadget - Gadget whose value is to be modified srcGadgetPath - substring to remove delimiters - a string representing the delimiters "FIRST" or "ALL" |
|
|
Description: | For single-valued destination gadgets, removes from the destination gadget value the value of the specified source gadget (tokenized by delimiter). For List destination gadgets, deletes any List entries matching the value of the specified source gadget (tokenized by delimiter). |
Example: |
Button { Name = SetGadgetValue; Title = "SetGadgetValue"; /* This button will Remove the string "RemoveMe" * from the value contained in the gadget * FinalValue */ Commands = AEFRemoveGadgetValueAsStringToken&/.../FinalValue ("RemoveMe",":","FIRST"); } |
NOTE: | If the sourceGadget is a List, the value of the sourceGadget will be a comma-delimited string composed of all List values. |