VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

INI Reading and Writing Made Simple

Austen Frazier  (1 Submission)   Miscellaneous   Beginner   Wed 3rd February 2021

This code was designed for reading and writing INI files. You put it in a module called modINI.

Inputs
Syntax: ReadINI("SECTION", "FIELD", filename) WriteINI("SECTION", "FIELD", "VALUE", filename)

Assumes
This is very "newbie" friendly code. Any user, from beginner to advanced user, can use it.

Returns
The value of the field read from the INI for ReadINI. For WriteINI, it will return nothing.

Rate INI Reading and Writing Made Simple (2(2 Vote))
INI Reading and Writing Made Simple.bas

INI Reading and Writing Made Simple Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters