Änderungen zur Rückrechnung des Fehlercodes in Dezimalzahlen
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user