Good morning.
I have a problem with an operation to do in the LUA language:
I have a file in which I have stored data, separated by line. I would need to read this file and store every line of this in an array, ignoring the first one.
For example:
array ={line2, line3, etc}
Next, I would also need to compare each of these lines with a string, to check if it is contained, and I would need to know how to do both.
Thanks in advance for the help.
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Good morning.
I have a problem with an operation to do in the LUA language:
I have a file in which I have stored data, separated by line. I would need to read this file and store every line of this in an array, ignoring the first one.
For example:
Next, I would also need to compare each of these lines with a string, to check if it is contained, and I would need to know how to do both.
Thanks in advance for the help.
Link to post
Share on other sites