Versions Compared

Key

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

...

Now the actual section is created using the following syntax:
SECTION#(Telitab_1$, "LPP", Telitab_2$, "NullString", 0)

and it returns:

-3 "1" "2" 
"LPP" 112.30 133.80 
"B" 17.80 21.50 
"T" 7.65 9.20

Please note that using Mode%=0 means that the section is returned casewise (per row) and case parameters not present in both sets like "MODNO$", "MODMAT$" and the object "PROJECT" are not in the returned result.

...

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

returns:

"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#()).

...