Hi,
I'm using SSIS in Visual Studio 2008 Version 9.0.30729.4462 QFE.
I'm using a script task to make a string for an email message I'm sending out. I'm having a problem where, no matter what I put into the string, it either gives me zero new line or two new lines.
It looks like adding + Chr(174) + to the string is causing it to ignore the vbCrLf at the end of the line. I think this because when I remove the + Chr(174) + from the string, the vbCrLf works just fine.
Any ideas?
Thank you,
Croix
g