IIF Function

  • Thread starter Thread starter Anthony
  • Start date Start date
A

Anthony

Happy New Year!

My question is, what do you call the use of the IIF function to return a
value?

Like, the word "concatenation" is used when we are referring to the act of
combining two or more variable values.

So, what is the behavior called when we are referring to the act of using
the IIF function to return a value?
 
Anthony said:
My question is, what do you call the use of the IIF function to return a
value?

Like, the word "concatenation" is used when we are referring to the act of
combining two or more variable values.

So, what is the behavior called when we are referring to the act of using
the IIF function to return a value?


Whatever, as the mood moves you. I usually say "call the
IIf function".

Part of the trouble with your question is that concatenation
is an operator used in an expression (like multiplication,
etc), while a function call is an operand that will be
operated on by whatever operators are used in the expression
containing the function call.
 
IIf stands for Immediate If ...

I guess if you are looking for the equivalent of "concatenation", you can
use "conditional return".
 
Keith said:
Blimey ... I wonder where I got "in-line if" from. Perhaps I made it up
myself.

Keith.


No need to get into a dither, Keith ;-) Lots of people use
either one. On the rare ocassions when I'm willing to spell
it out, I can't predict whether I'll use Inline or
Immediate.
 
Marshall Barton said:
No need to get into a dither, Keith ;-) Lots of people use
either one.

Thanks Marsh, I thought for a moment I'd acquired an imagination ;-)

Keith.

<Snip>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top