Does this only work when the array is innitialized? I've tried:
dataout = {0, 1, 2, 3, 4, 5, 6}
dataout() = {0, 1, 2, 3, 4, 5, 6}
The first one gives me "Expression expected." at the first curley brace. The second attempt gives me "Number of indices is less than the number of dimensions of the indexed array." and "Expression expected." like before.