Hey,
im curently learning a bit and wanted to get values from keys from a .ini-file
The .ini is like this:
[Section]
key=value;key=value;key=value;
I tried it with the GetPrivateProfileSection()-method but it only gives me this
key
key
key
Is there a way to only get the Values ?
im curently learning a bit and wanted to get values from keys from a .ini-file
The .ini is like this:
[Section]
key=value;key=value;key=value;
I tried it with the GetPrivateProfileSection()-method but it only gives me this
key
key
key
Is there a way to only get the Values ?