Hello
I generally load actionsheet items with :
Now i have to add around 40 items and i dont want to write them one by one in initialize. Is there a better way to add all the items in a list to actionsheet ?
TY
I generally load actionsheet items with :
B4X:
sheet.Initialize("sheet", "", "Cancel", "", Array(sheetlist2.Get(0),sheetlist2.Get(1),sheetlist2.Get(2),sheetlist2.Get(3)))
Now i have to add around 40 items and i dont want to write them one by one in initialize. Is there a better way to add all the items in a list to actionsheet ?
TY