-
2 Attachment(s)
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.
-
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