Flag for OpenPreference() ?
Posted: Fri Aug 09, 2024 1:51 pm
I use OpenPreference() in cases to create a list, for example
But if I add new lines to such a list using WritePreferenceString(), I will get the "=" character at the end of the line
Is it possible to add a flag that will prohibit adding "=" for empty parameters
Code: Select all
[color]
FFFFFF
FF0000
0000FFCode: Select all
[color]
FFFFFF=
FF0000=
0000FF=