I am trying to write an app where a user saves a configuration to a file then loads it later to replay it. I will probably use iniwrite for this but I am trying to find the best way to read a file like an ini file into an array.
I searched and found a reference to RecFileListToArray but that function does not appear to work. Maybe it's an old command? I know about iniread but not sure that will be able to read and load into an array.
Any ideas on the function to use?
Or should I make a do loop and load the values into an array until it reaches the EOF?
I searched and found a reference to RecFileListToArray but that function does not appear to work. Maybe it's an old command? I know about iniread but not sure that will be able to read and load into an array.
Any ideas on the function to use?
Or should I make a do loop and load the values into an array until it reaches the EOF?