the problem is i don't want to use local vars , is ther anyway do end the loop safely(removing all the vars used in function and ect) without using a local var ?
that's gonna help me a lot for other apps, thanks :) i love this forum :)
but is ther anyway to do it without a local variable? (only by creating a var inside the main or Blink function ! that is removed after the thread ends ! )
the links you gave me still require me to use local variables !