| 
| type(varying_string) function  | logical_to_vstring (LOGICALVALUE, ERR, ERROR) | 
|   | Converts a logical value to either a "TRUE" or "FALSE" varying string.  More...
  | 
|   | 
Definition at line 140 of file strings.f90.
 
  
  
      
        
          | type(varying_string) function strings::logicaltovstring::logical_to_vstring  | 
          ( | 
          logical, intent(in)  | 
          LOGICALVALUE,  | 
         
        
           | 
           | 
          integer(intg), intent(out)  | 
          ERR,  | 
         
        
           | 
           | 
          type(varying_string), intent(out)  | 
          ERROR  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
private   | 
  
 
Converts a logical value to either a "TRUE" or "FALSE" varying string. 
- Parameters
 - 
  
    | [in] | logicalvalue | The logical value to convert | 
    | [out] | err | The error code | 
    | [out] | error | The error string | 
  
   
- Returns
 - On exit, the varying string equivalent value 
 
Definition at line 879 of file strings.f90.