Vvvvariables

Hello,

is there any way of declaring variables?
I dont mean s+r or values outside of subpatches.

For example:
i have a spread of values, but one value of the spread should be dependent of something(e.g. screen size).

The problem is i dont know the index of that value, so i cannot do it by using setslice…

Something like spread=(10, 5, 8, screenSize, 4, 10), with index of screenSize = unknown.

Is there something similar in VVVV, that i miss.

cheers
d0t

check dictionary .

Wow nice, exactly what i was searching for!

Thanks for the contribution.