I am currently having problems with screating a scoreboard in Delphi.
I have a series of forms which are individual questions. If the questions are answered correctly, then the score is 1. Otherwise the score is -1.
On my scoreboard at the moment, I have 12 labels and 11 of them contain the score for each of the forms. What I would like to do is add up the numbers in each of the labels and output the final score into the 12th label.
Is there a way of doing this? Any help will be greatly appreciated.