[jQuery] variable manipulation

[jQuery] variable manipulation


I have some simple variables
$.myvariable1
$.myvariable3
$.myvariable2
now I would like to add the number part of the variable to it
dynamically.
var i=1
$.myvariable+i
and so on, whats the way I could do this, i have tried several like
$.myvariable[i] etc but nothing
Si