Eddie B. wrote:
> Does anyone know how to do Chr$(13) in .NET?
ah, thought so ... ;-)
Well, generally Chr$() becomes Chr() in .NET.
Besides, the Microsoft.VisualBasic.Constants namespace provices you with
some nifty, well-known constants such as vbNewLine, vbCrLf, vbCr (which
is what you search).
--
Konrad -
http://madrat.net/