Reading a text file with raw data (no common format)
Posted: Sat Jul 14, 2018 9:42 pm
I made a level editor in another engine that exports a .txt file with just integers in it. Then a space, then the next number is on the next line.
Like this:
NSLNSLNS
N is a number, S is a space, L is a linebreak. The files look like this:
6
2
8
I've read through this multiple times: viewtopic.php?t=81439
And this a few times as well: https://www.love2d.org/wiki/love.filesystem.read
I don't understand how to use these functions to add those values to a table. Would someone please write a code snippet that does it to help me understand how it's applied in practice?
Thank you for your help
Like this:
NSLNSLNS
N is a number, S is a space, L is a linebreak. The files look like this:
6
2
8
I've read through this multiple times: viewtopic.php?t=81439
And this a few times as well: https://www.love2d.org/wiki/love.filesystem.read
I don't understand how to use these functions to add those values to a table. Would someone please write a code snippet that does it to help me understand how it's applied in practice?
Thank you for your help