So I was thinking, is there a possibility to do something like this (would be done completely in Prolog then I assume)?
Code: Select all
Create ViewA
For(all elements in ViewA);
CellPutN(in targetCube);
Next;
Create ViewB
For(all elements in ViewB);
CellPutN(in targetCube);
Next;
Of course, if there is a more elegant way that would be even better.
Thanks
Joris