sharky12345
Well-known Member
- Joined
- Aug 5, 2010
- Messages
- 3,421
- Office Version
- 2016
- Platform
- Windows
I'm just tinkering with the idea of saving passwords and other information in a config file - I haven't yet fully grasped .ini files and know only a little more about .txt files, so what I need to understand is how I can read specific data from a saved text file.
This is what I have saved in the .txt file;
I know how to go to the file and open it, but how would I specify which line I wanted it to get the data from?
This is what I have saved in the .txt file;
[PASSWORD_1]
password=DedicatedUs3rForODBC
[PASSWORD_2]
password=OCRobot054rForODBC
I know how to go to the file and open it, but how would I specify which line I wanted it to get the data from?