Hi Bjorn,
As you didn't describe what you fed to the Min function as the arguments, it is not clear what happened. But, as described in the LabTalk help, Min/Max/Mean function takes a vector (column, range, matrix, list...) as its argument. For example, the all following codes work: mymin=min(col(B));
range myrange=[Book1]Sheet1!col(2)[1:10];
myrngmin=min(myrange);
mymatmin=min(MBook1);
mylistmin=min(8, 3, 2, 6, 6);
Maybe you can post your snippet here?
--Hideo Fujii
OriginLab