Chilkat, Telefone, Zoll Notruf

This commit is contained in:
ms
2024-09-02 13:40:30 +02:00
parent e4f7efacc0
commit 5b4354daa1
38 changed files with 1351 additions and 315 deletions

View File

@@ -897,4 +897,12 @@ Public Class Class1
End Try
End Function
Public Shared Function txt2DS(txt As String, ByVal ds As DataSet)
Dim rowData As String() = txt.Split(New Char() {";"c}, StringSplitOptions.RemoveEmptyEntries)
End Function
End Class