This small script will read a single line of text from a .txt file on the inter-webs (untested with multiple lines). It will save the data as a string and then can be converted to an integer for later use. This is a very “mock-up” way of doing this as I am currently learning Java and have not as of yet found a better alternative. I don’t recommend using this in a large project as it could become unstable under high load. I...
Read More
