ARTICLES > Lotus notes

[Lotus notes] Formula script for IF for Do (group of stetement) Turn Back

2019-01-11 11:12:54

This code is conditon IF THEN ELSE and DO somthing (group of statement)

@If(
A=A; @Do(
Some command;
......
......
);
 
A=B; @Do(
Some command;
.....
.....
);
 
A=C; @Do(
Some command
);
 
Default command );
 
Turn Back