Parkplatzabrechnung
This commit is contained in:
@@ -160,7 +160,7 @@ Public Class cProgramFunctions
|
||||
Dim line As String = ""
|
||||
For Each column As DataColumn In dt.Columns
|
||||
'Add the Data rows.
|
||||
line += ";" & row(column.ColumnName).ToString().Replace(";", ",")
|
||||
line += ";" & row(column.ColumnName).ToString().Replace(";", ",").Replace(vbNewLine, "").Replace(vbCr, "").Replace(vbLf, "").Replace(vbCrLf, "").Replace(System.Environment.NewLine, " ")
|
||||
Next
|
||||
'Add new line
|
||||
txt += line.Substring(1) & vbCrLf
|
||||
|
||||
Reference in New Issue
Block a user