Okay, I've been trying to figure this out forever. And I've been avoiding asking for the longest, but I want to make an app that can remember personal information and retrieve it.
I am used to mIRC's language where you can create, edit, and retrieve data from .txt files.
I basically want to use it for everything. To remember anything and place it on existing or (create) notepad's, placing data on lines of the notepad and retrieving by the line number.
I want to use notepad because I don't need it to be used online or in a SQL database.
Any suggestions would be great. I am completely lost in how to even take the first step in figuring this out.