Posted 21 October 2016 - 01:34 AM
I am making a configuration program for versions before the configuration API is implemented, and I want to take the lines of the file and turn it into a table where the configuration item's name is the key and the configuration item's value is the value in a table. How do I do this?
I want to seperate between the key and value with a colon and also seperate each string with a semicolon.
I want to seperate between the key and value with a colon and also seperate each string with a semicolon.
Edited on 21 October 2016 - 12:21 AM