Search found 1 match
- Tue Jan 25, 2011 5:39 pm
- Forum: discbugs
- Topic: timer declaration?
- Replies: 1
- Views: 4171
timer declaration?
Can anyone explain why the compiler is giving me grief here?It says that :gTimer.Enabled not declared/unknownon the line in the sub (which is an event handler) where the .enabled is set to falsemany thanksdim gTimer as timerdim buttonPressed as integersub handleOneSecondTick ` Handles the time...