I have a file that changes values on occaision that looks like:
1;1 2;2 3;3 4;4 5;7 9;3
The file in called text.ini. I want to read these into a 2d array and I cannot find any examples of anyone doing it and I do not understand the function reference on the net. Can someone show me the correct syntax?