Using GetPrivateProfileString I load some data from a ini file.
I would like to include, under the same key name a number of strings to be assigned to a string array of variable dimension. How do I specify the key name (or how do I loop) so that all lines below (until the next key name) are read and assigned to the different array elements?




Reply With Quote