This is a very simple question. I came across the answer somewhere but can’t find it now. How can I generate variable names on the fly? I want to have variables called addr1, addr2, addr3, etc. for each iteration of a loop. I can create them as strings, but how do I reference the string as a variable?