Re: A89: Re: Preliminary TI-GCC IDE update


[Prev][Next][Index][Thread]

Re: A89: Re: Preliminary TI-GCC IDE update




Hi!

> ok so if I declare Password as below won't I loose the effect of saving
> the array between runnings of the program? TRUE?

You will not loose the effect.

> In the documentation this is how it was shown (i think) to save info for
> later use say when the program terminates and then is run again? so if I
> declare it like that in the prog every time won't the array elements be
> all set back to 0?

No. Static arrays are initialized in the compile time, not in run time.
Be happy.

Zeljko