View Single Post
  #2 (permalink)  
Old 05-31-2006, 09:49 PM
Crane's Avatar   
Crane Crane is offline
Programming Expert
 
Join Date: Nov 2005
Posts: 399
Rep Power: 14
Crane is on a distinguished road
Default

So every time a user clicks a certain button you would like to count the clicks? Why don't you create a global variable and then add one to it every time the button is clicked?
Reply With Quote