Now an additional problem came up. How can I combine the two lines into one?
Product[1 + C[i], {i, 1, 2}] // Expand // FullForm
Out[-1] // Apply[List]
The simple Code doesn't do it:
Product[1 + C[i], {i, 1, 2}] // Expand // FullForm // Apply[List]
I once learnt it, but meanwhile it slipped my mind what the reason for this problem is and the way out. I also forgot where I could look it up. Could you help me out, please?