Split String on Carriage Return
// Requires the System.Text.RegularExpressions directive.
Regex rgxLines = new Regex("\r\n");
string[] arrSegments = rgxLines.Split(txtInput.Text.ToString());
Meditech NPR Reports / NPR Report Writing / NPR Report Writer / Meditech NPR / Non-Procedural Report / Meditech Consulting / Meditech Reports
No warranty is expressed or implied for this information.
// Requires the System.Text.RegularExpressions directive.
// Put the string into an array split by the Pipe character.
int intColumnsCreated = 0-1;