Posted on 23rd September 2023
IIF works the same as IF. If the given condition is true, then statement-1 is executed; otherwise, statement-2 is executed.
Syntax:
IIF(Condition or Expression)
{
Statement-1;
}
Statement-2;
STILL GOT QUERIES?
Copyright © 2013 - 2023 MindMajix Technologies