Hi Caleb,
please change line 13 in main.lua to:
local samplesFile = io.open(system.pathForFile("samples/SAMPLES.txt"), "r")
otherwise fails to reach the samples folder because, in your file, it is written in lowercase.
Regards.
-j
Hi Caleb,
please change line 13 in main.lua to:
local samplesFile = io.open(system.pathForFile("samples/SAMPLES.txt"), "r")
otherwise fails to reach the samples folder because, in your file, it is written in lowercase.
Regards.
-j
Thanks for the heads-up, fixed
Thanks for the heads-up, fixed