Posted 23 August 2013 - 04:23 AM
what is the easiest way to insert data from a file after every newline eg.
local table = {}
--[[ file looks like
file
other
test
have a function read that and insert into a table like]]--
table = {"file","other","test"} -- this is what table should be
thanks for help in advanced