>*urgs* die gehort da auch gar nicht hin, sorry.

>MyStr = Regex.Replace(MyStr,"\r\n"," ")

Jetzt hab ichs so muss es sein:

        MyStr = Regex.Replace(MyStr, "\n", " ")
        MyStr = Regex.Replace(MyStr, "\r\n", " ")

Danke dir f�r deine Hilfe und deine Geduld.

Gruss

Ralph

_______________________________________________
Vb.net mailing list
[EMAIL PROTECTED]
http://www.glengamoi.com/mailman/listinfo/vb.net

Odpovedet emailem