Revert "cbam"

This reverts commit dff516b9df.
This commit is contained in:
2026-01-15 11:15:59 +01:00
parent ad6a34f9c3
commit 0e3299e219
12 changed files with 396 additions and 788 deletions

View File

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