function IsValid(val) { if(typeof val !== 'undefined') return true; else return false; } println(""); println("
"); println("
",RegistryKeyValueToString(val.value,val.type)," | "); } println("
"); println(" The list of typed paths is empty."); println("
"); } } else { println(""); println(" This registry hive does not contain a list of typed paths!"); println("
"); } println("");