Group: Anyone know how I could remove a line break from a string? I am parsing a pipe delimited file and writing it out as XML, but the last value of the line is including the line break in with the variable. Are there any functions that I could use to remove the line break? or any that could truncate a string to only one line? wade