does somebody know, how these functions for expr have to implemented correctly? i found them listed on the bottom of this site:
http://www.crca.ucsd.edu/~yadegari/expr.html#ops
but i couldn't figure out, how to get them to work.
help would be appreciated!
-
\[expr\] functions size(), sum() and Sum()
-
I agree its not very clear. You have to use it like
[bng(
|
[expr size("myTable")]
|
[nbx\same goes for sum()
boonier
-
ahhh.... thanks boonier, you are my hero!
-
oh, one more issue....
i wanted to try "Sum" like:
[expr Sum("arrayname", 0 , 100)]
this results in an error message:
expr: Sum: boundries have to be fix valueswhat's this? 0 and 100 are fix values, not?