What am I doing wrong with the IF comparison? If (condition 1 = AMD) && (condition 2 = AMD) then the image should be displayed. The idea is that if the processor is from AMD and the graphics card is also from AMD then only 1 icon/image should be displayed.
I know thats an little thing.. I can't get it to workThe 2 MeasuresThanks for the clarification
![Hand To Head :handtohead:]()
I know thats an little thing.. I can't get it to work
Code:
IfMatch=([Mea.CPUName] = AMD ) && ([Mea.PrimaryGPU] = AMD)
Code:
[Mea.CPUName]Measure=RegistryRegHKey=HKEY_LOCAL_MACHINERegKey=HARDWARE\DESCRIPTION\System\CentralProcessor\0RegValue=ProcessorNameStringUpdateDivider=-1;Substitute="Processor":"","AMD":"Intel"IfMatch=([Mea.CPUName] = AMD ) && ([Mea.PrimaryGPU] = AMD)IfMatchAction=[!SetOption LogoAMD_P Text "[\xe8A2]"][Redraw]IfMatch2=IntelIfMatchAction2=[!SetOption LogoIntel Text "[\xE8F1]"][Redraw][Mea.PrimaryGPU]Measure=RegistryRegHKey=HKEY_LOCAL_MACHINERegKey=SOFTWARE\Microsoft\Windows NT\CurrentVersion\WinsatRegValue=PrimaryAdapterStringUpdateDivider=-1;Substitute="AMD":"NVIDIA"IfMatch=(?siU)NVIDIAIfMatchAction=[!SetOption LogoNVIDIA Text "[\xE91C]"][Redraw]



Statistics: Posted by Rooky_89 — Today, 8:18 pm