InterviewSolution
| 1. |
What Is The Meaning, The Advantages And Which Are The Types Of Evaluate Statement? |
|
Answer» EVALUATE statement is a different WAY for the NESTE IF statements and it works by CHOOSING from a processing actions LIST. To replace IF we can use When to find out if an action will be taken. Like IF , When control goes from evaluate to the following statement on the application. The types of evaluate statement are trues and variable-name. Evaluate statement is a different way for the neste IF statements and it works by choosing from a processing actions list. To replace IF we can use When to find out if an action will be taken. Like IF , When control goes from evaluate to the following statement on the application. The types of evaluate statement are trues and variable-name. |
|