+ 1
How to store information when coding
3 Antworten
+ 4
If you want to store information till the time code is running then just store it in a variable and just don't change it's value
Else if you want to store the information on your system then store it in a file and access it from that file in different codes
+ 3
Before asking how to store information, would you describe what information you want to store? or where you want to store it?
Please be more descriptive when asking a question.
Avoid use of irrelevant words in question tags. And avoid attaching irrelevant links having no relation to your own question.
For the next time please follow this guide to creating a question 👍
https://www.sololearn.com/Discuss/333866/?ref=app
+ 1
Do you mean store it while running the program ? Or do you mean store it for later use, even if you reboot the computer ?