============================================================================
Blackbox for Windows: "Write functions to save configuration options"
Copyright  2001-2003 The Blackbox for Windows Development Team
============================================================================

WriteString(Path2RC,    "setting.here:", "hello nurse");
WriteBool(Path2RC,      "setting.here:", true);
WriteInt(Path2Rc,       "setting.here:", 10);
WriteColor(Path2RC,     "setting.here:", RGB(25,50,16));

The preferable way to use these is to save changes AS THEY ARE MADE.

