Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagepy
a = str(u.ISLEEG(None))
b = str(u.ISLEEG(System.DBNull.Value))
c = str(u.ISLEEG(''))
d = str(u.ISLEEG('123'))
e = str(u.ALS(u.ISLEEG('123'),'Leeg','Niet Leeg'))
f = str(u.ISLEEG({Letter}))
g = str(u.ISLEEG({CalculatedFieldDay}))
a+b+c+d+e+f+g