loadStrings arg problem!!!
in
Programming Questions
•
1 year ago
Im developing a simple app and im having the following problem with
loadStrings. I need to read multiple txt files because daily, they will
change the name due to a monitoring process and it is an automatic
task. So the structure of loadStrings will be as follows:
loadStrings(var) //Because for every day ill have a different txt file.
The question is: How can i read those multiple txt files? with strings variables is not
possible, i tried and failed.
Thanks!!
1