Max Alekseyev on Tue, 20 May 2025 20:20:05 +0200


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

forpart of zero and fixed length


Hello,

Similarly to

? forpart(p=1,print(p),[0,1],5)
Vecsmall([0, 0, 0, 0, 1])

I expect 
? forpart(p=0,print(p),[0,1],5)
to produce
Vecsmall([0, 0, 0, 0, 0])
but it does not.

It looks like a bug to me.

Regards,
Max