I was wondering whether there\'s a way in a \"for\" loop to assign a value to a string variable named according to its index number?
let\'s say I have 3 string varia
You can't do that (well, not sanely). Have you considered using an array of strings instead?