This site requires JavaScript, please enable it in your browser!
Greenfoot back
Gevater_Tod4711
Gevater_Tod4711 wrote ...

2012/8/25

How to save variables and their values in a .txt file

Gevater_Tod4711 Gevater_Tod4711

2012/8/25

#
I want to save some variables and values of my scenario. I know how to reade and write strings into a .txt file with BufferedReaders and so on but I dont know how to read and write the values. I think I know how to write them but how can I get them and give them to the variables? thanks for help.
SPower SPower

2012/8/25

#
This one's just for reading. Reading from txt this one is about reading and writing: Reading and writing from/to txt The big difference is that the first one is easier to understand :)
Gevater_Tod4711 Gevater_Tod4711

2012/8/25

#
thanks that will help
You need to login to post a reply.