@tsorrill wrote:
I am tying to split a list of items each on a new line. the code i am using is varriable lines default to text.split("\r\n")
How ever I am getting an error that "option strict on disallows implicit conversions from ‘string’ to ‘char’. I have tried slapping a toarray and tostring method at the end but I do not understand what that message is referring to
Posts: 4
Participants: 4