I'm definitely grooving on the new _IIF command! So easy and concise. 
IF a = 5 then b = 10 else b = 5 becomes b = _IIF(a=5, 10, 5). What's not to like?! Thanks, dev team.

IF a = 5 then b = 10 else b = 5 becomes b = _IIF(a=5, 10, 5). What's not to like?! Thanks, dev team.