Versions Compared

Key

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

...

  1. TELITAB#(Mode%=0 or Mode%=1,InpVar)
  2. TELITAB#(@Object)

Arguments

  • Mode% is the option of the TELITAB# function
    • Mode%=0 returns the full set of case values for InpVarfor InpVar.
    • Mode%=1 returns the current case values for InpVarfor InpVar.
  • InpVar is InpVar is a list of parameters in the current solution to be inclued in a Telitab set
  • @Object is an object. In this way you make an explicit TeLiTabs of an object. This is not really necessary because you can address objects like TeLiTabs.

...

  1. When you want to create TeLiTab documents inside objects, the Mode% is not the only important choice to determine whether one TeLiTab is made or a TeLiTab is made for each case. When you use InpVar without use InpVar without quotes in the TeLiTab syntax for the goal parameter in an object and InpVar is and InpVar is a multi case parameter in the object, Quaestor will conclude that the TeLiTab depends on the multi-case parameter in the object and therefor will still make a TeLiTab for each case although Mode% might be 0. This can be resolved by using quotes arount the InpVarsthe InpVars. See the second example below.

...