deronbrowne / Bookkeeper-Buddy

0 stars 0 forks source link

Storing information #9

Open deronbrowne opened 7 years ago

deronbrowne commented 7 years ago

@vkee I realized that each time a run the program, all the information I put in (about the inventory or projects) is cleared and I have to start over from scratch. Is there a way to store that information somewhere where it won't get wiped every time I exit the program?

vkee commented 7 years ago

You can set it all as local variables in the code so that they are automatically loaded when you run the code.

deronbrowne commented 7 years ago

Hmmm. I'll have to look that up tomorrow. Thanks.

On Tue, Aug 22, 2017 at 7:27 AM Vincent Kee notifications@github.com wrote:

You can set it all as local variables in the code so that they are automatically loaded when you run the code.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/deronbrowne/Bookkeeper-Buddy/issues/9#issuecomment-323998318, or mute the thread https://github.com/notifications/unsubscribe-auth/AdB1lL38Tn_IT7Eq7nqi4NQOR6izesSPks5sars9gaJpZM4O-eyt .