Versions Compared

Key

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

...

you can pass table information in the first InpVar$:Label$ combination, e.g.:

EVALUATE#(3, "NullString", Telitab2$, "12(1)22":"V", "RTot")

returns (values rounded):


2 "V" "RTot" 
"1" 12 32.436 
"2" 13 43.077 
"3" 14 50.119 
"4" 15 53.031 
"5" 16 53.723 
"6" 17 55.135 
"7" 18 57.107 
"8" 19 60.071 
"9" 20 63.990 
"10" 21 69.242 
"11" 22 75.762

 

Example 6

If an argument in the EVALUATE# function is between (), its value is used in the evaluation but not included in its resultingTeLiTab set.

...

We can achieve this without, for instance, having to filter out this data using the UNFOLD# function by writing the expression as follows:

EVALUATE#(2, GEOMTABLE$, "Nullstring", "R", "v1":"v1" ,"v2":"v2" ,"v3":"v3", "DQUAD(CMAXTDIST#,2,'RADIUS','Yradius',R/(0.5*DIAM),1)":"v4", DIAM, MCAM, (CMAXTDIST#))