Hi, I need to copy only the selected item (as string) and paste it in label... How Can I Manage the item with only "true" valued ?
Thanks !!!
Thanks !!!
B4X:
Dim m As Map = CreateMap("Item #1": False, "Item #2": False, "Item #3": False)
InputMapAsync(m, "Select items", True)
Wait For InputMap_Result