01-21-2007 12:51 PM
01-21-2007 01:43 PM
In general, I think INI files are the easiest solution, as they already have an existing key-value interface and you can easily go in and edit\review them if necessary. If you use the OpenG Variant Configuration VIs, you can even save and load arbitrarily complex clusters.
The main problem with these is that they're plain ASCII and some users feel the urge to screw around with them. You can try encrypting the text or adding checksums to deter the users from doing this (or get their management [or common sense]) to do this.
01-22-2007 08:21 AM