CATGETDEFAULT Name
             CATGETDEFAULT Purpose
      
       This function enables the caller to get system settings. The intention
      
       is to hide the mechanics of default storage from the caller. Use the
      
       CatSetDefault procedure to set up the default variable before attempting
              to retrieve it.
Authors
 
        
        FANNING SOFTWARE CONSULTING   BURRIDGE COMPUTING
        
        1645 Sheely Drive             18 The Green South
        
        Fort Collins                  Warborough, Oxon
        
        CO 80526 USA                  OX10 7DN, ENGLAND
        
        Phone: 970-221-0438           Phone: +44 (0)1865 858279
        
        E-mail: davidf@dfanning.com   E-mail: davidb@burridgecomputing.co.uk
Category
 
      
       Programming. Calling Sequence
              result = CatGetDefault (DefaultName)
Arguments
 
    
     defaultName:   The name of the system setting you are getting the value for.
Keywords
 
    
     SUCCESS:       An output keyword set to 1 if a system setting with this name was
                    
                    found and its value returned successfully. Otherwise, the value is
                    
                    set to 0. Return Value
          result:        The value of the system setting.
Modification History
 
      
       Written by: David Burridge, 6th March 2003 
      
       Added SUCCESS keyword 16 December 2004. DWF.