strange error with strange structure

S

sparkane

I have a collection of arrays, which I refer to thusly:

mCol([numeric_idx])(array_idx)

This allows me to read the expected values no problem. However, when I
try to do something like

mCol(Position)(array_idx_1) = _
mCol(Position)(array_idx_2)

or

mCol(Position)(array_idx_1) = 0

The values don't change.

Is a collection of arrays going to be read-only, or is there something
I'm missing?

spark
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top