Jon wrote:
I often use INI files in Delphi as a poor man's database in Windows. If I want to remember a small number of configuration parameters, what is the best way to store them? I do NOT want them to be part of the stack: I want them to be part of a separate named data object, so I can load a set, modify it, store it, and then load a different set.
You might consider using another stack file for data storage, using custom properties -- it's instantly and easily parsed, and allows for some forms of hierarchical data as well:
<http://lists.runrev.com/pipermail/use-revolution/2002-July/006149.html> -- Richard Gaskin Fourth World Media Corporation ___________________________________________________________ [EMAIL PROTECTED] http://www.FourthWorld.com _______________________________________________ use-revolution mailing list [email protected] http://lists.runrev.com/mailman/listinfo/use-revolution
