How do I read a .txt
file that is written in rows and check if a line in that file has a value if you make a check in checkbox
.
Example:
Files txt:
123
234
2456
If you have the file 123
, check the checkbox 123
, I do not need the file txt
to be visible to the user I just need the code to read it.