Hello,
I'm trying to make a simple (Should be) counter using a timer that will change the caption on a label every second.
This is what Ive tried.
In the Form I have this
Counter = 0
In the timer I have this
Counter = Counter + 1
Label1.Caption = Counter
The interval of the timer is set to 1000.
I've got to be close.. Any ideas??
Thanks for the help,
I'm trying to make a simple (Should be) counter using a timer that will change the caption on a label every second.
This is what Ive tried.
In the Form I have this
Counter = 0
In the timer I have this
Counter = Counter + 1
Label1.Caption = Counter
The interval of the timer is set to 1000.
I've got to be close.. Any ideas??
Thanks for the help,