the ReadINIStr is used as followed.
ReadINIStr user_var(output) ini_filename section_name entry_name
is there a possibility to set a wildcard for section_name? maybe i describe my problem. my .ini looks like this
[section_name 1]
entry_name=FirstName
[section_name 2]
entry_name=SecondName
two entry_name will never have the same value. to avoid my installer using a already existing value i want to use the ReadINIStr command to check if the entry_name exists. but i it to do this for all section_names and i cant specify all of them, since there can be limitless sections.