Hi Everybody,
I am trying (without success) to manipulate a button.
I want to have a counter on the button and update it every time it is pressed.
This is an example:
@ 1,1 BUTTON oBtnLap PROMPT "LAP + ("+alltrim(str(nLapCounter))+")" SIZE 50,25 of oDlg1 FONT oFontSmall UPDATE Action (nLapCounter++, TONE(440,1),oDlg1:Update())
Can someone please help.
Thanks,
Jeff