Änderungen zur Rückrechnung des Fehlercodes in Dezimalzahlen

This commit is contained in:
ja
2021-11-12 10:37:32 +01:00
parent c052a2cbf7
commit d5dcfcc523
4 changed files with 26 additions and 2 deletions

View File

@@ -11,5 +11,7 @@ Public Class VERAG_VARIABLES
Shared Function geterrornumb() As String
Return Environment.NewLine + "Error:" + Space(1) + VERAG_PROG_ALLGEMEIN.cCryptography3.Encrypt(errornumb.ToString) + Space(1)
End Function
Shared Function getErrorcodeindez(Errorcode As String) As String
Return VERAG_PROG_ALLGEMEIN.cCryptography3.Decrypt(Errorcode)
End Function
End Class