Which doesn’t work, but doesn’t break either. I just get “nil” for each of the values (but it does print out the correct number of “nil”'s though, so I have that going for me).
My ultimate question to anyone who has experience doing anything like this is, is there a more effective way of doing this? I’ve thought about using a JSON file but in this situation, I wouldn’t have any advantage. This is a static text document. The only way it’s going to be adjusted is by myself and any other programmers in the future adding to the dictionary itself. I don’t want to “cheat” and list the table coords for each value because it’s not efficient coding. Why bother making the table in the first place if I was going to do that when I could just manually assign the text when I make the object? (Please don’t tell me that IS the efficient way of doing this…)
If I’m on the right track, what am I doing wrong? I’ve been trying to figure out how to use the for loops to read from the table but I’m getting lost since I’m nesting so many tables…
I don’t expect you guys to write my project for me, but if nothing else, I’d like some advice on #1 even if you ignore my #2.
Thanks guys.