Expression Component: calling out different index for the same variable

Hi, a simple question:
In the expression component, is it somehow possible to call out a different index from a list for the same variable?
In the example below, the same list is fed two times as different variables so as to add a number to the next in line. Here it is quite simple but on a more complex definition that I’m working on, it would simplify things a lot.

Thanks in advance!


callout.gh (8.6 KB)

Nope, this is only possible on components that operate on the entire list. This can be done in C#/VB/Python, but not in the expression components.