I want something like this:
${If} $showsection == true
Section "mySection"
.
.
.
SectionEnd
${EndIf} But i cant compile it because ${If} is not valid outside functions...
Need help
thanks
aemik
4 posts
${If} $showsection == true
Section "mySection"
.
.
.
SectionEnd
${EndIf}