VectorMap<String, String> cfg = LoadIniFile("myapp.cfg"); String recentdir = cfg.Get("RECENTDIR", Null); int id = ScanInt(cfg.Get("ID", Null));
Report message to a moderator