b1:b3 = { 0, 1, 2}; b0:g0 = { 4, 8, 12, "abc", "efg", "xyz" }; // // b1:b3 will be used as column indices into b0:g0 // // // equivalents: Copy a2:a4 Cell(1+b1,0); // copy a2:a4 b0:d0; copy a6:a8 Cell(1+b1,0); // copy a6:a8 b0; b6:b8 = { Cell(1+b1,0) }; // b6:b8 = { b0 }; c6:c8 = { cell(1+b1,0) }; // c6:c8 = { b0, c0, d0 }; // Copy c2:c4 Cell(4+b1,0); // copy c2:c4 e0:g0; copy d2:d4 Cell(4+b1,0); // copy d2:d4 e0; e2:e4 = { Cell(4+b1,0) }; // e2:e4 = { e0 }; f2:f4 = { cell(4+b1,0) }; // f2:f4 = { e0, f0, g0 }; // eval; format "%g"; reset a9; print all;