Versions Compared

Key

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

UNION# returns a string containing the union of two (or more) TeLiTab sets

Syntax

UNION#(Telitab_1$, UnfoldPar_1$, Telitab_2$, UnfoldPar_2$, Mode%)

...

  • Telitab_1$ is a string expression containing/returning the first Telitab set.
  • UnfoldPar_1$ is 1$ is a name of parameter for which to unfold the first Telitab set.
  • Telitab_2$ is a string expression containing/returning the second Telitab set.
  • UnfoldPar_2$ is a name of parameter for which to unfold the second Telitab set.
  • Mode% determines the way to union:
    • Mode% = 0, Sparse union, i.e. tables are simply attached and not available values are indicated by -999999 (the standard code for PENDING).
    • Mode% = 1, Union combining parameters of cases with one or more corresponding parameter(s) + value(s).

...