If you want to assign it to a variable, for use in a LOOP of *apply or function (x), try this:
x<-eval(paste0(name,".y"))
The name is the variable, the ".y" adds a string to it, paste says to print in, eval evaluates the print, <- assigns it to a variable, and ax is that variable.