Versions Compared

Key

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

SECTION# returns SECTION# returns a string containing the section with corresponding parameter values (and names) of two Telitab sets

Syntax

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

...

Now the actual section is created using the following syntax:

SECTION#(Telitab_1$, "LPP", Telitab_2$, "NullString", 0)

...

If these parameters should be also in the result, use Mode%=1, so for the above argument values,

SECTION#(Telitab_1$, "LPP", Telitab_2$, "NullString", 1)

...


"PROJECTS" 


"CLIENT$" "YardX" 

-5 "1" "2" 
"MODMAT$" "wood" "foam" 
"LPP" 112.30 133.80 
"B" 17.80 21.50 
"T" 7.65 9.20 
"MODNO$" 5684 6301

The SECTION#() function with Mode%=1 can be used as a special query function. The section of two Telitab sets produced by this functiun completes a set of data by combining data from two source sets in a single table (see also UNION#()).

...