Skip to main content
Skip table of contents

u.EN(logisch1, [logisch2], ...)

Controleert of alle argumenten waar zijn, en geeft als resultaat True of False terug.

PY
a = str(u.EN(1==1,2==2,3==4))
b = str(u.EN(1==1,2==2,3==3))
c = str(u.EN(u.JAAR({Datum})==u.JAAR({Datum}), 1==1))

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.