I will have this string that will be multilined:

SomeString =
this is line 1
this is line 2
this is line 3


How can I read each line of this string and send each line to a listbox (List1.Additem)

I hope that makes sense, if not, just ignore.

Thanks,
Ryan