Is this regular expression for some property in VB 6:
iif (integervariable, 0, 1)
If it is i want to know how does iif resolve integer argument without any logical comparisons?
It's not a regular expression, it's a function call, with IIf being the function.
It's possible to use integer variables in boolean context in VB. In that case 0 translates to False and non-zero to True.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With