Posted 25 August 2016 - 06:30 PM
(Sorry for my bad English, I'll do my best)
I entered this in interactive lua prompt :
local target = "test"
local file = fs.open(target, "r")
And an occur happen :
Expected string, string
I saw tutorials about string type, how to read a file, about fs . . .
I don't know what to do, please help . . .
I entered this in interactive lua prompt :
local target = "test"
local file = fs.open(target, "r")
And an occur happen :
Expected string, string
I saw tutorials about string type, how to read a file, about fs . . .
I don't know what to do, please help . . .