@gudolik said in Parse new line to list?:
@GaG Thanks for the idea, but i will have like 50 variables, its bit hassle to save 50 files then read every one one by one, my idea was to parse them into list with command then merge them into 1 list and remove duplicates, i'm not clear with "OnAplicationStart" but will dig videos about it to understand it better
According to your previous description I thought that you already have that
variable with 50 or so lines, like on your picture. But if you obtain them 1 by 1
than it is easy to put them in the list variable 1by 1. Just use "List" module - create
new empty list firstly, than simply add elements with apropriate "Add list element"
command. Usually you will be getting elements in some kind of the loop, so
create empty list before that loop, and inside the loop you can add elements
(variable - site address) to that new lycreated list variable which is outside the
loop, so it will hold all elements as a list variable, so no need for any conversions.