randomly

  1. L

    Question A strange issue with not reading a line before or after another line

    Here is my code: //Version that reads badGame = -1, //fileData = new string[lengthArray]; //fileData = fileDataFixed; FileWriteLines(pathGames, fileDataFixed); fileData = FileReadLines(pathGames); badGame = -1; //Versions that do not read the line //1 badGame = -1; //fileData = new...
Back
Top Bottom