Quote Originally Posted by baka View Post
I didn't clock it. so I don't know if theres any speed improvements.
since its in a loop it will be called 60-144+ (or whatever monitor hz u got) every second, every microseconds counts. at least for old computers.

I don't think I would use On x Goto in TB, but VB6 is old and I believe it helps a bit. select case do comparison operations while on x goto is jump to index. so its faster. less overheads.
I don't think it will matter much. but I enjoyed updated it because its a new feature for me.
Thanks, I'll give it a try if I get bored this weekend. If I get around to it, I'll time it and post the results.