Converting VALUE relevance to TRUE/FALSE

(imported topic written by Matt.Johnson)

I am trying to figure out the verbiage for converting this relevance code:

if ((exists key “HKEY_LOCAL_MACHINE\Software\Symantec\SharedDefs” of registry) AND (exists value “NAVCORP_70” of key “HKEY_LOCAL_MACHINE\Software\Symantec\SharedDefs” of registry)) then (preceding text of last “.” of following text of last “” of (value “NAVCORP_70” of key “HKEY_LOCAL_MACHINE\Software\Symantec\SharedDefs” of registry as string)) else “Not Installed”

which returns a value in a strange date format of YYYYMMDD to something that I can use to say if the resulting value is <=20120625 then TRUE.

This should be simple right?

(imported comment written by SystemAdmin)

Maybe u need " " for 20120625