so that said , is there an easy way to write a table to file so all i have to do to load it back up is
file = io.open("file","r")
table = file:read("*all")
file:close()
and for those wondering , its a 6.6MB text file containing 120 layers , each layer is a set of 257 lines , each 113 used charicters long ( space delimited )
so yeah , huge file faster read time would be much appricated











