Library: oFgIni.lib v2.0 Author: Felix H. Gonzalez P.O. Box 31039 Aurora, CO 80041-1039 CompuServe address: 71203, 2025 WHAT IS oFgIni? oFgIni is an object library written 100% in Clipper 5.x using Class(y) 2.0x. To use oFgIni you must own Classy 2.0b or higher. It allows the Clipper programmer to create and manage .ini files just like Windows 3.x. oFgIni will return the following types "C", "L", "N", and "D". Linking: rtlink fi MyProgram lib oFgIni, Classy, Samples, Clipper NEW IN OFGINI 2.O FgFileIO(). This is and object than handles fileio. oFgIni.Lib no longer needs the clipper samples lib to be linked with it. oFgIni.lib now has a set of Commands. These commands are available to Registered Users only. The Close() Method is not available in oFgIni 2.0. Use the Use() or Save() method instead. oFgIni inherits FgfileIo. This caused complications with FgfileIo's Close() Method. Besides, oFgIni's old Close() method simply called ::Use() NEW IN OFGINI 1.2 In the previous version oFgIni did not handle comments. If comments where added to the ini file oFgIni would not save them when used. Now comments may be added to the ini file itself. For example: ; THIS IS A WINDOWS LIKE COMMENT [SECTION] ; THIS IS ANOTHER COMMENT VAR=VALUE * THIS IS A CLIPPER LIKE COMMENT Note: Comments must not be in-line. They may be placed above or below the section or var=value line. The ";" or "*" symbols define comments. ---------------------------------------------------------------------------- Notice The unregistered version of oFgIni will print an UnRegisted header message in the created .ini files. If you find oFgIni to be useful please register it. Any registered users will automatically be sent the source code to oFgIni via C-Serve along with oFgIni.ch wich has commands that make ofgini easier to use, and a new oFgIni.Lib which does not display an UnRegistered Header. Ofcourse remember to remove the header when you get your registered version of oFgIni.lib. ---------------------------------------------------------------------------- OFGINI REGISTRATION Registration Fee : $20.00 Name __________________________________________________ Address __________________________________________________ __________________________________________________ Compu-Serve Address ___________________________________ Disksize ______________ Please add $3.00 dollars to receive the source code via diskette. Make checks or money orders payable to Felix H. Gonzalez. Send to the address at the top of this page. If I receive your Compu-Serve Address, I will send you the source code files directly by modem. Please note: If you like this object, please let me know via C-Serve. DISCLAIMER: The Author will not be liable for consequential, special, indirect or other similar damages or claims, including loss of profits or any other commercial damage. In no event will the author's liability for damages to you or any other person ever exceed the price paid for the software, regardless of any form of the claim. oFgIni.lib IS DISTRIBUTED AS IS WITH NO EXPRESSED OR IMPLIED WARRANTIES. ---------------------------------------------------------------------------- Happy computing, Felix