Section 'blah' sec1
.......
SectionEnd
Section 'blah' sec2
.......
SectionEnd
.............
Function ComponentShow
${For} $R1 0 56
ReadINIStr $R0 "$PLUGINSDIR\secs.ini" "setup" "sec$R1"
SectionSetText ${sec$R1} $0
${Next}
FunctionEnd
In this case, how to make ${sec$R1} work?
I don't want to directly use the counter $R1 value for the section_index parameter. Coz the index may not match the specified sections if conditional compilation is used