When-Others - PeopleCode Commands Directory
When-Others
Usage:
Evaluate &Value When ... End-evaluate
Description:
Evaluate branches depending on conditions on Value
If this has not answered your question - either search on Google or ask a question below:
Create a simple Launch Page for your PeopleSoft Databases
Comment: XX
Evaluate &Value
When [Operator]Value
statement;
break;
when-others
statement;
break;
End-evaluate;
|