Hello,
I have a string with different break lines:
“Hello
this is the example
of the example”
I would like to pass this string variable to a new list of variables (system.collections.generic.list) so that every line would be a line of the list.
Thanks!