Read global value list, if an error occurs suppress the error and return Null
The value key name
The group name, or the global group if omitted or an empty string
1 2 | Debug.Print xf.GlobalValNoErr( "CategoryID" ) -> Null ' if not defined Debug.Print xf.GlobalValNoErr( "CategoryID" , "AnnualReport" ) -> 23 |