while programming I noticed that, when I tried to give a variable the name 'status' the word gets marked orange like when you type 'int', 'delay' or sth like that, what means this word is already internal used...
This is what I mean:
status
What is the meaning of 'status' and when is it useful?
It's hard to serch for this queston, because status is such an generally used word... :-[
If one of your libraries in the libraries subdirectory has a method named status, it may show up in orange. For example, if you type println, which is a method of the Serial object, it is color coded. You can still name a variable with it, however, since it's not being used with the dot operator.