View Single Post
  #22  
Old 11-23-2005, 03:02 AM
jake13jake jake13jake is offline
Former Classic Staff
jake13jake's Avatar
Join Date: Dec 2002
Location: Northwest Vermont
Posts: 1,452
jake13jake will become famous soon enough
Quote:
Originally Posted by Stefan
You can still do stuff like this though:
PHP Code:
function test() {
  switch (
params.size()) {
...
  }

So if you send a function unnamed parameters they're loaded into the params array?
Is it possible to call event handlers when the event hasn't occured? I wouldn't really recommend this either.
Also, would setTimer(0) immediately call onTimeOut?
Reply With Quote