Excerpt |
---|
Controleert of de waarde leeg is of dat deze niet kan worden opgehaald. |
Code Block | ||
---|---|---|
| ||
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})) |
...