Thread: Need new event
View Single Post
  #6  
Old 02-17-2004, 01:30 PM
Squiffy
Sarnak
 
Join Date: Oct 2002
Posts: 78
Default

Yes, but what triggers these events to fire? Does the code just continuously loop every millisecond until one of the ifs is met? If so, that's rather inefficient.

Don't know if it makes a huge difference or not, I'm just used to making my code as efficient as possible, and I know if this were a program I was creating, I'd have it as an event that is called once, not an infinitely looping event with if statements.

lol and I just realized I mixed in C and VB in some mutated bastardized version of code there
Reply With Quote