Feature SS-3517
1 vote

Assignment with index expression: linear indexing fails

Created by Martin Kraska on 3/19/2018 10:20 PM Last Updated by smath on 3/21/2018 7:55 PM
%
 (hrs)
Logged: 0   (hrs)

 Description

Assignments with index expressions work for column/row indexing but not for linear indexing. Therefore the assignment M[range(5,8):0 fails.

The same assignment works, if a variable of the same contents is used.

 

    smath (Wednesday, March 21, 2018 7:54 PM) #

Thank you! Fixed.