2016년 12월 26일 월요일

one big List (i made 3 Lists because of length)



in my app i need one List with over 200 items.
Because of the length, I create 4 Lists with 50 items. (its very difficult to make a list over 50 items because of the screen.
Now i want  (initialize screen) to make one list from the 4 Lists, but i dont know how to do this.

Or how can i create so many items in one List?

--
store all list items in a text file (see example below), then use the file component to read the file and in the File.GotText event convert it into a list using the split block, just split at \n (new line)

example list
A
B
C

-- 

댓글 없음:

댓글 쓰기