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 InpVar.
    • Mode%=1 returns the current case values for InpVar.
  • InpVar is a list of parameters in the current solution to be inclued in a Telitab set
  • @Object is @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.

...