1.

What Is The Use Of Evaluate Statement?

Answer»

EVALUATE is like a case statement and can be used to replace nested Ifs. The difference between EVALUATE and case is that no 'break' is required for EVALUATE i.e. control COMES out of the EVALUATE as soon as ONE match is MADE.

Evaluate is like a case statement and can be used to replace nested Ifs. The difference between EVALUATE and case is that no 'break' is required for EVALUATE i.e. control comes out of the EVALUATE as soon as one match is made.



Discussion

No Comment Found