13.05.2015, 16:37
How come the timer function line can only be 71 symbols?
For example.
I guess it's some kind of a macro loop?
For example.
Код:
timer ATimerFunction[10000](parameter, parameter2, parameter3, paramet) // This will work just fine timer ATimerFunction[10000](parameter, parameter2, parameter3, paramete) // This will cause the compiler to never stop running.