1
I Use This!
Inactive

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 15 hours ago.
Sep 18, 2024 — Sep 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
README: Fixed "GetSections()`, `GetKeys()" example code and output to more accurately reflect what is actually displayed. More... about 14 years ago
Tweaked comment wording in README "GetSections(), GetKeys()" example. More... about 14 years ago
Final README formatting tweak in Notes section. More... about 14 years ago
Fixing README formatting issue in Notes section. More... about 14 years ago
Minor README formatting tweaks in Notes section. More... about 14 years ago
Minor README formatting tweaks. More... about 14 years ago
Expanded "GetSections(), GetKeys()" README section. More... about 14 years ago
Added "vb.net" language identifier to fenced code blocks that contain VBScript code for syntax highlighting capabilities. (See http://github.github.com/github-flavored-markdown/.) More... about 14 years ago
More README restructuring. It should now be easier to add more usage examples without the README getting confusing to follow. More... about 14 years ago
Fenced code blocks didn't work with fencing on the same line as the text. Backticks are now on their own line. More... about 14 years ago
Changed code block style to GitHub's fenced code block style: http://github.github.com/github-flavored-markdown/ More... about 14 years ago
- Renamed SeparateField private method to ExtractValue, as this name more closely describes what the method does. - Moved all code to determine a section's contents to its own private method, GetSectionContents. - Refactored GetValue(), SetValue() to use GetSectionContents() - Added GetSections(), GetKeys() public methods. - Rewrote, added some comments. - Updated README to provide an example of how to use new GetSections(), GetKeys() methods. - Restructured README to add a NOTES section. More... about 14 years ago
- Replaced Class_Initialize() with Init() pattern in order to accept constructor parameters. (See http://www.visualbasicscript.com/Initializing-a-Class-with-parameters-m76239.aspx) - File contents are now loaded immediately upon class instantiation. - Added Load() and Save() methods for loading and saving file contents on demand. - GetValue() no longer calls GetFileContents() - SetValue() no longer calls GetFileContents() or WriteFileContents() - If a section-key pair is not found, GetValue() now returns Empty instead of vbNullString. - Updated README to reflect changes. Also added note about encoding of INIFile.vbs. More... about 14 years ago
Updated license, added README. More... about 14 years ago
Initial commit using original code. More... almost 21 years ago