";
text += "" + gameWhite[thisNum] + " | ";
if ((gameWhite[thisNum] !== "") || (gameBlack[thisNum] !== "") || (gameResult[thisNum] != "*")) {
thisResult = gameResult[thisNum];
if (thisResult == "1/2-1/2") { thisResult = "1/2"; }
else if (thisResult.length > 3) { thisResult = "?"; }
else if (thisResult == "*") { thisResult = "∗"; }
} else {
thisResult = "";
}
text += "" + thisResult + " | ";
text += "" + gameBlack[thisNum] + " | ";
text += "";
if (gameEvent[thisNum] || gameRound[thisNum]) {
text += " " + gameEvent[thisNum] + ((gameEvent[thisNum] && gameRound[thisNum]) ? " " : "") + gameRound[thisNum] + " ";
}
text += " |
";
}
text += "