ok, i can get it to work using:
$check=ReadValue("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings","MinorVersion")
$array=Split($check,';')[2]
for each $element in $array
$element ?
next
If $array=("Q811383")
"YES IT WORKS"
else
"IT DON'T WORK"
ENDIF
----------
BUT, like i said the "Q811383" might not be the [2] on all the PC's. Anyway i can get it to search through all substrings?

getting warmer