Can I ask a quick question, as I have a similar situation. The documentation explains it like this
<condition> ? <expr. if true.> : <expr. if false.>
Can I nest this condition? In other words with two Conditions? in one?
If these two variables #AMDg# and #NVIDIA# = 0
A different icon should be displayed.
[!SetOption LogoAMD_G Hidden (#AMDg#=0?0:1)][!SetOption LogoNVIDIA Hidden (#NVIDIA#=0?0:1)]
So like this? somehow?
[!SetOption PlaceholderLogo Hidden (#AMD#&NVIDIA=0?1:0]
<condition> ? <expr. if true.> : <expr. if false.>
Can I nest this condition? In other words with two Conditions? in one?
If these two variables #AMDg# and #NVIDIA# = 0
A different icon should be displayed.
[!SetOption LogoAMD_G Hidden (#AMDg#=0?0:1)][!SetOption LogoNVIDIA Hidden (#NVIDIA#=0?0:1)]
So like this? somehow?
[!SetOption PlaceholderLogo Hidden (#AMD#&NVIDIA=0?1:0]
Statistics: Posted by Rooky_89 — Today, 4:29 pm