This commit is contained in:
2026-01-15 10:49:28 +01:00
committed by d.breimaier
parent 0e3299e219
commit f7206e90b9
12 changed files with 793 additions and 398 deletions

View File

@@ -588,7 +588,7 @@ Public Class cProgramFunctions
End Function
Public Shared Function isLeerNothing(o) As Object
Return IIf(o = "", Nothing, o)
Return If(o = "", Nothing, o)
End Function
Public Shared Function isLeerNothingDbl(o, Optional returnVal = Nothing) As Object
Try