Forum Discussion

ChrisPro's avatar
ChrisPro
Contributor
11 years ago

Read 50 variables in IN file is slow

In order to read 50 variables in INI file, I use this following code 50 times:     var lIni = Storages.INI(...);     var lSection = lIni.GetSubSection(...);     lSection.GetOption(..., "");   It...