Unable to Split Text by Environment.Newline function:
1 Like
hi @Vibudh
yourString.Split(Environment.NewLine.TocharArray)
this expression let you Split a String and get an array as output
Regards!
1 Like
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.