Add additional values to list using col list box
Is it possible that an existing list would have an additional data from col list box?For example: Fruits = {"apple", "mango", "strawberry"}Then, when user picked banana, orange from the col list box, it will be added to the fruits list. I tried using Fruits = get items but only the initial list values are initialized. Pls help