static variables

...I need the variable to retain it's value always. So even though it's in the loop() routine, as so as I go to another function, it'll be lost. Correct? So it needs to be static.
Thanks