Results 1 to 2 of 2

Thread: Custom Config File

  1. #1

    Thread Starter
    Fanatic Member BenJones's Avatar
    Join Date
    Mar 2010
    Location
    Wales UK
    Posts
    629

    Custom Config File

    Hi this is a small Config class I made you can use this in your programs or games it very easy to use

    Supports reading and writing values.
    Supports reading and writing lists ex names={Ben,Bob,Jack}
    Supports read environment variables
    And much more

    Hope you find it us full I left attached an example config for you to test.
    comments and suggestions welcome.
    Attached Files Attached Files
    Last edited by BenJones; Jan 18th, 2013 at 05:22 AM. Reason: Update

  2. #2

    Thread Starter
    Fanatic Member BenJones's Avatar
    Join Date
    Mar 2010
    Location
    Wales UK
    Posts
    629

    Re: Custom Config File

    New update v1.2

    Return config data as a list
    Set config data from a list
    Support for comments ;
    Comments are now not treated as key names e.g. ;=value is treated now as a comment.
    Escape strings are now optional \t \n \r
    Added GetValues to return all values.
    Added AddComment
    Added RemoveBlankLines

    Comments and suggestions welcome.

    See attached files above

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width