So I’m pretty new to lua and programming in general, and I’m having a lot of trouble with tables. I’m working on an app that downloads xml files and converts them into a news app. I’ve understood tables to be like structs in c++. How can a save a list of tables in lua, as I would have an array of structs in c++
The issue that I am having Is once I create a table that has a title, body, and image; I cant access it anymore. How can I iterate trough the tables in the class?