q: (it as lowercase contains “lenovo w510” or it as lowercase contains “latitude e6410”) of string values of selects “Model from Win32_ComputerSystem” of wmi
I have a E6410 and it comes out TRUE when I ask just for the string’s return, but when I use the code you provided it equates to FALSE even if it’s in the list. Here is the code I am using:
(concatenation of (string values of selects “Model from Win32_ComputerSystem” of wmi) as lowercase contains “Latitude D430” or it as lowercase contains “Latitude D630” or it as lowercase contains “Latitude E4200” or it as lowercase contains “Latitude E4300” or it as lowercase contains “Latitude E4310” or it as lowercase contains “Latitude E6220” or it as lowercase contains “Latitude E6230” or it as lowercase contains “Latitude E6320” or it as lowercase contains “Latitude E6330” or it as lowercase contains “Latitude E6400” or it as lowercase contains “Latitude E6410” or it as lowercase contains “Latitude E6420”) of string values of selects “Model from Win32_ComputerSystem” of wmi
q: (it as lowercase contains “latitude d430” or it as lowercase contains “latitude d630” or it as lowercase contains “latitude e4200” or it as lowercase contains “latitude e4300” or it as lowercase contains “latitude e4310” or it as lowercase contains “latitude e6220” or it as lowercase contains “latitude e6230” or it as lowercase contains “latitude e6320” or it as lowercase contains “latitude e6330” or it as lowercase contains “latitude e6400” or it as lowercase contains “latitude e6410” or it as lowercase contains “latitude e6420”) of string values of selects “Model from Win32_ComputerSystem” of wmi