fiskaluebersicht, etc.

This commit is contained in:
2026-08-19 15:45:56 +02:00
parent 335b441060
commit 05a84e20d4
3 changed files with 74 additions and 5 deletions

View File

@@ -482,7 +482,7 @@ Public Class cSMS
If Originator.Length > 11 Then Originator = Originator.Substring(0, 11)
If Message.Contains(vbLf) Then
Message = Message.Replace(vbLf, " ")
Message = Message.Replace(vbLf, ", ")
End If
Dim json As New Chilkat.JsonObject