30.01.2010, 19:26
Nah... simply explained: in VariableIncrease the variable you pass in when doing SetTimerEx gets called "var".
In the first case "var1" gets declared as var inside the function.
When you pass in var2, var2 gets declared as var and so on.
In the first case "var1" gets declared as var inside the function.
When you pass in var2, var2 gets declared as var and so on.

