Differance in IiF() FUNCTION AND Case Statement???
Differance in IIF() FUNCTION AND Case Statement??? Which one is faster???
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sanwar RanwaPosted Jan 22, 2018, 8:02 AM
Vipin MittalPosted Jan 22, 2018, 8:11 AM
Altaf AnsariPosted Jan 22, 2018, 7:56 AM
The switch statement is easy to edit as it has created the separate cases for different statements whereas, in nested if-else statements it become difficult to identify the statements to be edited.
Key Differences Between if-else and switch