On Wed, 14 Mar 2018, Sven Schreiber wrote:
Hi,
shouldn't this work? Getting an unmatched data types or something error.
thanks,
sven
<hansl>
nulldata 2
series a = 10 # ID 2 (1 is index)
series b = 11 # ID 3
eval max(deflist(1,2,3))
</hansl>
Yes, should work according to the doc. This usage is an exception to
the rule (recently enforced properly) that series can never be
referred to by ID number when they appear as function arguments. But
since the usage is stated to be OK I have re-enabled it.
Allin