Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
WriteIniAny("MyVar", "Hello world!", "C:\\Backup\\test2.ini", "config");
var result = ReadIniReadIniAny("MyVar","C:\\Backup\\test2.ini", "config");
DebugLogString(result);

...