hallo!
this is what I created:
intLoop = 15
i = 16
MeinStr = "Matrix_3V_li_Z" & i &"(" & intLoop & ")" '= Matrix_3V_li_Z16(15)
L1 = MeinStr 'Matrix_3V_li_Z16(15) = 7 ; so I want L1 to become 7
the problem is that the script wants to set the text "'Matrix_3V_li_Z16(15)" on L1, error of course
but 'Matrix_3V_li_Z16 is a vector variable I created, and I want the value of Matrix_3V_li_Z16(15) for example.
thanks
philipp