View Single Post
  #27  
Unread 11-23-2008, 11:42 AM
Genen Genen is offline
A Young Mystail Rat
 
Join Date: Feb 2005
Server: Blackburrow
Posts: 5
Default

Can I run counters?

Example:

I have a label displayed on a window. Let's call it 'TotalLabel'

If TotalLabel.Localtext is '0', then I will see a '0' on the window.

How do I increment that by 1?

Does "Parent.TotalLabel.Localtext=Parent.TotalLabel.Localtext + 1" work?

Any existing windows out there I can look at for examples?
Reply With Quote