Print

foreachcase

Executes some stuff every case in give list on caseid’s

Syntax

foreachcase("cases ids")

Function arguments

  • casesList – (String) string containing cases ids separated by colon or semicolon

Return value

This function does not return a value.

Examples

Example 1:

foreachcase(FindCase('Procedure name','Field name','Searched value')){
  doSomething(); 
}
Czy artykuł był pomocny?
0 na 5 gwiazdek
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
5
How can we improve this article?
How Can We Improve This Article?