Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

ORCA returns the number of cases in the current session or the current case number

Syntax

  1. ORCORCA(0);
  2. ORCaORCA(1);
  3. ORCORCA(@OBJECT);
  4. ORCORCA(TeLiTab$TeLiTab$);

Arguments

  • 0, the function returns the total number of cases
  • 1, the function returns the current case number which is now being executed 
  • For @Object, the function returns the number of cases in object @Object present in the current solution
  • For TeLiTab$For TeLiTab$, the function returns the number of cases in the TeLiTab set

...