I'm doing a bit of a side project at the moment, and was wondering if it's possible to retrieve values from variables refering only to a String which shares the same name.
i.e.
int x,y,z;
String sa [] = {"x","y","z"};
//then loop through sa, and get the values associated with each name and store them into a different
//container.