Assign to Array Column

Paul phshaffer at gmail.com
Tue Jan 31 01:04:41 UTC 2023


Greetings,

for an array byte[3][3] myArr, I can code myArr[0] = 5 and have:
5,5,5
0,0,0
0,0,0

Can I perform a similar assignment to the column?  This, 
myArr[][0] = 5, doesn't work.

Thanks!


More information about the Digitalmars-d-learn mailing list