Versions Compared

Key

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

...

SORT#(Telitab$, SortPar$, [Mode%=0 or 1])

Arguments 

  • Telitab$ is a string expression containing/returning a Telitab set.
  • SortPar$ is a name of parameter for which the Telitab$ will be unfolded and subsequently sorted.
  • Mode% is Mode% is a optional sort modus:
    • Mode%=0, will sort cases for SortPar$ values from low to high (ascending).
    • Mode%=1, will sort cases for SortPar$ values from high to low (descending).

...