|
If ou declare a variable inside a loop it only remains for the scope of the
loop, so i would decalre it at the start of the method or make it a gloabal variabel <--- not a good idea to do that one,.
__________________
"Put your hand on a hot stove for a minute, and it seems like an hour. Sit with a pretty girl for an hour, and it seems like a minute. THAT'S relativity."
- Albert Einstein
|