Hi Pierre,

Nice catch, could you open a bug on that ?

The bug is also much more understandable with :

a = mlist(['mytype']);
b = mlist(['myothertype']);
function out = %mytype_e(varargin)
    var   = varargin($);
    field = varargin(1);
    disp(typeof(varargin))
    disp(typeof(var))
    disp(typeof(field))
    out = [];
endfunction
a(b);

Which display that var and field does not have the same type nor value when 
there is only 1 argument
:/ .

Thanks,

--
Clément
_______________________________________________
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users

Reply via email to