So, I'm doing a project and now I have a question, so I would like your help :)
First, I already know how to write and read a .txt file, but I want something more than just x.hasNext().
I want to know how could write, read and modify a .txt file like .ini does. What? Simple (I think):
First, write a file like this:
[client1]
name=Bill Gates
nick=Uncle Bill
number=123456789
[client2]
name=Steve Jobs
nick=Stevie
number=987654321
And so many other parameters, just like above, but when I'm wanting to read a specific one (like name or nick of a certain "client") I can do it with easy (Ok, I know it will not be easy, but I think you understood :D)
So, if you already know what I want to learn, please, teach me :) If you don't, please explain me what you didn't understood :D
Thanks in advance for every helping