Am 27.09.25 um 12:58 schrieb Artur T.:
Using latest snapshot,
Calling min() and max() with no dataset in place returns the
error:
<error>
? eval min(m)
No dataset is in place
Terminated on error
</error>
Sorry, I should add that the min()/max()
functions are supposed to work for series, matrix and scalar data
types. The latter two not requiring a dataset in place.
Artur