smaller of 4 and 6 should be integer , I agree with my script
Float should be Int
It works well with either n = 4 or n = 6 ..
same problem with a (computed) length of list.
The workaround is simple : I have to use round() !
I think the problem that Yoplala has encountered today is somehow related : it looks like an "automatic" conversion of types was not possible in a affectation line
but even if my guess is completly wrong ..
why should a length of a list be a Float, at the first place ?
Float should be Int
It works well with either n = 4 or n = 6 ..
same problem with a (computed) length of list.
The workaround is simple : I have to use round() !
I think the problem that Yoplala has encountered today is somehow related : it looks like an "automatic" conversion of types was not possible in a affectation line
but even if my guess is completly wrong ..
why should a length of a list be a Float, at the first place ?