Macro code for INI file

  • Thread starter Thread starter John
  • Start date Start date
J

John

Hi There,

Has anyone can share me any ideas on how to read
MYFILE.INI file to memory variables and later use in my
application. Once the application done processing all
variables used will be save back to MYFILE.INI for next
day use, specifically for my counter that would increment
each day. My INI file look like below:

[GENERAL]
Mycompany=ABC Company
Myaddress=143 1st street
[USERINFO]
USERID=ITSME
PASSWORD=WORDPASS
[OTHER]
COUNTER=1001
DATE=20031010

Hope that I can get new good ideas from your suggestions.

TIA
John
 
Back
Top