of     1   

bubbaman73
#183025163Friday, February 05, 2016 4:22 AM GMT

So i want to make a book reading gui people can customize but im not sure how i would set up the text for pages(store it for easy customizability and use). I thought of making a table but then wouldnt that get long? Could i use an array, something else? <3 cats <3
128Gigabytes
#183026807Friday, February 05, 2016 4:55 AM GMT

An array is a type of table. The table wouldn't get any longer than their book so I don't know why you would say you think it would get too long.
cntkillme
#183026851Friday, February 05, 2016 4:56 AM GMT

Well I mean technically it's a _part_ of a table in Lua (a table is really a mixture of an array and a hashmap)

    of     1