Versions Compared

Key

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

...

In this case it is more logical to assign the total output of a program run to a string parameter. This parameter represents a Telitab set which can be used as argument for a variety of parameters and Quaestor functions. In this case, a parameter has to be assigned to a specific values of the result. In example:
A = Results_of_Process#.A.3



with:
Results_of_Process# = FUNCTION Process("",Arg1,Arg2,...,Argn)



the third element (A.3) of the table column with header "A" (Results_of_Process#.A) is selected and assigned to parameter A.

...