$PBExportHeader$f_hasdotnet.srf global type f_hasdotnet from function_object end type forward prototypes global function boolean f_hasdotnet () end prototypes global function boolean f_hasdotnet ();string ls_value[] if RegistryValues('HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v2.0.50727', ls_value) <> 1 then return false else return true end if end function