Advanced INI Functions
This code is the first posted on Planet-Source-Code to do more than just ADD and GET INFO from INI files. You can now also DELETE Keys, Values, EVEN SECTIONS. I am working to create functions to rename sections and keys also. Enjoy this code! Fully explained! Original Author: David Peace API Declarations Option ExplicitDeclare Function GetPrivateProfileString Lib “kernel32” Alias… Read More »