Within TCL I am trying to split a flat file message and each line ends in a CRLF. Here is an example of what I am using ‘set segs [split $msg \r]’ for some reason it is showing an extra character when I get the length. Do I need to split on somthing else?